Anchor to section titled 'undefined'

priceListFixedPricesUpdate
mutation

Requires write_products access scope. Also: The shop has the international_price_overrides or Markets or B2B features enabled.

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.


Anchor to priceListId
priceListId
required

The price list that the prices will be updated against.

The fixed prices to add.

Anchor to variantIdsToDelete
variantIdsToDelete
required

A list of product variant IDs to remove from the price list.


Was this section helpful?

A list of deleted variant IDs for prices.

The price list for which the fixed prices were modified.

The prices that were added to the price list.

The list of errors that occurred from executing the mutation.


Was this section helpful?