--- title: PriceListFixedPricesByProductBulkUpdatePayload - GraphQL Admin description: Return type for `priceListFixedPricesByProductBulkUpdate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/pricelistfixedpricesbyproductbulkupdatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/pricelistfixedpricesbyproductbulkupdatepayload.md --- # Price​List​Fixed​Prices​By​Product​Bulk​Update​Payload payload Return type for `priceListFixedPricesByProductBulkUpdate` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Job) The asynchronous job that will perform the bulk update. * user​Errors [\[Price​List​Fixed​Prices​By​Product​Bulk​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PriceListFixedPricesByProductBulkUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [price​List​Fixed​Prices​By​Product​Bulk​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/priceListFixedPricesByProductBulkUpdate) mutation Updates the fixed prices for all variants for a product on a price list. You can use the `priceListFixedPricesByProductBulkUpdate` mutation to set or remove a fixed price for all variants of a product associated with the price list. * prices​To​Add [\[Price​List​Product​Price​Input!\]](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/PriceListProductPriceInput) ### Arguments A list of `PriceListProductPriceInput` that identifies which products to update the fixed prices for. * prices​To​Delete​By​Product​Ids [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) A list of product IDs that identifies which products to remove the fixed prices for. * price​List​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required The price list to update the prices for. *** *** ## Map ### Mutations with this payload * [price​List​Fixed​Prices​By​Product​Bulk​Update](https://shopify.dev/docs/api/admin-graphql/unstable/types/priceListFixedPricesByProductBulkUpdate)