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.
Access Scopes
`write_products` access scope. Also: The shop has the `international_price_overrides` or Markets or B2B features enabled.
Arguments
priceListId:
ID! -
The price list that the prices will be updated against.
pricesToAdd:
PriceListPriceInput! -
The fixed prices to add.
variantIdsToDelete:
ID! -
A list of product variant IDs to remove from the price list.