--- title: PriceListFixedPricesUpdatePayload - GraphQL Admin description: Return type for `priceListFixedPricesUpdate` 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/pricelistfixedpricesupdatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pricelistfixedpricesupdatepayload.md --- # Price​List​Fixed​Prices​Update​Payload payload Return type for `priceListFixedPricesUpdate` mutation. ## Fields * deleted​Fixed​Price​Variant​Ids [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) A list of deleted variant IDs for prices. * price​List [Price​List](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceList) The price list for which the fixed prices were modified. * prices​Added [\[Price​List​Price!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceListPrice) The prices that were added to the price list. * user​Errors [\[Price​List​Price​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceListPriceUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [price​List​Fixed​Prices​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListFixedPricesUpdate) mutation Updates fixed prices on a price list. You can use the `priceListFixedPricesUpdate` mutation to set a fixed price for specific product variants or to delete prices for variants associated with the price list. *** ## Map ### Mutations with this payload * [price​List​Fixed​Prices​Update](https://shopify.dev/docs/api/admin-graphql/latest/types/priceListFixedPricesUpdate)