stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Mutation > priceListFixedPricesDelete

AdminTypes.Mutation.priceListFixedPricesDelete property

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.

Signature:

priceListFixedPricesDelete?: Maybe<PriceListFixedPricesDeletePayload>;