# PriceListUpdateInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields used to update a price list.

### Access Scopes



## Fields
* [catalogId](/docs/api/admin/2025-01/scalars/ID): ID - The ID of the catalog to associate with this price list.
* [currency](/docs/api/admin/2025-01/enums/CurrencyCode): CurrencyCode - The three-letter currency code for fixed prices associated with this price list.
* [name](/docs/api/admin/2025-01/scalars/String): String - The unique name of the price list, used as a human-readable identifier.
* [parent](/docs/api/admin/2025-01/input-objects/PriceListParentUpdateInput): PriceListParentUpdateInput - Relative adjustments to other prices.


## Input objects with this input object
* [priceListUpdate](/docs/api/admin/2025-01/mutations/priceListUpdate)


## Examples