Anchor to section titled 'undefined'

priceListFixedPricesByProductBulkUpdate
mutation

Requires write_products access scope. Also: The user has edit product price permissions.

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.


Anchor to priceListId
priceListId
required

The price list to update the prices for.

A list of PriceListProductPriceInput that identifies which products to update the fixed prices for.

A list of product IDs that identifies which products to remove the fixed prices for.


Was this section helpful?
Anchor to section titled 'PriceListFixedPricesByProductBulkUpdatePayload returns'

PriceListFixedPricesByProductBulkUpdatePayload returns


The asynchronous job that will perform the bulk update.

The list of errors that occurred from executing the mutation.


Was this section helpful?