Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to priceListFixedPricesUpdate

priceListFixedPricesUpdate

mutation

Requires write_products access scope. Also: The user must have permission to create and edit catalogs.

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.

ID!required

The price list that the prices will be updated against.

The fixed prices to add.

[ID!]!required

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


Was this section helpful?

Anchor to PriceListFixedPricesUpdatePayload returnsPriceListFixedPricesUpdatePayload returns

Anchor to deletedFixedPriceVariantIdsdeletedFixedPriceVariantIds

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?