--- title: PriceListUpdatePayload - GraphQL Admin description: Return type for `priceListUpdate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pricelistupdatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pricelistupdatepayload.md --- # Price​List​Update​Payload payload Return type for `priceListUpdate` mutation. ## Fields * price​List [Price​List](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceList) The updated price list. * user​Errors [\[Price​List​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceListUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [price​List​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListUpdate) mutation Updates a price list. If you modify the currency, then any fixed prices set on the price list will be deleted. *** ## Map ### Mutations with this payload * [price​List​Update](https://shopify.dev/docs/api/admin-graphql/latest/types/priceListUpdate)