# PriceListUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to update a price list. ### Access Scopes ## Fields * [catalogId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the catalog to associate with this price list. * [currency](/docs/api/admin-graphql/2024-10/enums/CurrencyCode): CurrencyCode - The three-letter currency code for fixed prices associated with this price list. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - The unique name of the price list, used as a human-readable identifier. * [parent](/docs/api/admin-graphql/2024-10/input-objects/PriceListParentUpdateInput): PriceListParentUpdateInput - Relative adjustments to other prices. ## Input objects with this input object * [priceListUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListUpdate) ## Examples