--- title: PriceListUpdateInput - GraphQL Admin description: The input fields used to update a price list. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PriceListUpdateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PriceListUpdateInput.txt --- # Price​List​Update​Input input\_object The input fields used to update a price list. ## Fields * catalog​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) The ID of the catalog to associate with this price list. * currency [Currency​Code](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CurrencyCode) The three-letter currency code for fixed prices associated with this price list. * name [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The unique name of the price list, used as a human-readable identifier. * parent [Price​List​Parent​Update​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PriceListParentUpdateInput) Relative adjustments to other prices. *** ## Mutations using this input * [price​List​Update.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListUpdate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[price​List​Update.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListUpdate#argument-input)