--- title: PriceListFixedPricesByProductUpdatePayload - GraphQL Admin description: Return type for `priceListFixedPricesByProductUpdate` 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/pricelistfixedpricesbyproductupdatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pricelistfixedpricesbyproductupdatepayload.md --- # Price​List​Fixed​Prices​By​Product​Update​Payload payload Return type for `priceListFixedPricesByProductUpdate` mutation. ## Fields * 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​To​Add​Products [\[Product!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) The product for which the fixed prices were added. * prices​To​Delete​Products [\[Product!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) The product for which the fixed prices were deleted. * user​Errors [\[Price​List​Fixed​Prices​By​Product​Bulk​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceListFixedPricesByProductBulkUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [price​List​Fixed​Prices​By​Product​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListFixedPricesByProductUpdate) mutation Updates the fixed prices for all variants for a product on a price list. You can use the `priceListFixedPricesByProductUpdate` mutation to set or remove a fixed price for all variants of a product associated with the price list. *** ## Map ### Mutations with this payload * [price​List​Fixed​Prices​By​Product​Update](https://shopify.dev/docs/api/admin-graphql/latest/types/priceListFixedPricesByProductUpdate)