stack

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

AdminTypes.Mutation.priceListFixedPricesAdd property

Creates or updates fixed prices on a price list. You can use the priceListFixedPricesAdd mutation to set a fixed price for specific product variants. This lets you change product variant pricing on a per country basis. Any existing fixed price list prices for these variants will be overwritten.

Signature:

priceListFixedPricesAdd?: Maybe<PriceListFixedPricesAddPayload>;