Skip to main content
Log inSign up
Anchor to priceListFixedPricesDelete

priceListFixedPricesDelete

mutation

Requires write_products access scope. Also: The user must have permission to delete catalogs.

Deletes specific fixed prices from a price list using a product variant ID. You can use the priceListFixedPricesDelete mutation to delete a set of fixed prices from a price list. After deleting the set of fixed prices from the price list, the price of each product variant reverts to the original price that was determined by the price list adjustment.

•
ID!required

The ID of the price list from which the fixed prices will be removed.

•
[ID!]!required

A list of product variant IDs whose fixed prices will be removed from the price list.


Was this section helpful?

Anchor to PriceListFixedPricesDeletePayload returnsPriceListFixedPricesDeletePayload returns

Anchor to deletedFixedPriceVariantIdsdeletedFixedPriceVariantIds
•

A list of product variant IDs whose fixed prices were removed from the price list.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?