Skip to main content
mutation

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

Updates a PriceList's configuration, including its name, currency, Catalog association, and pricing adjustments.

Changing the currency removes all fixed prices from the price list. The affected ProductVariant objects revert to prices calculated from the price list's adjustment settings.

ID!
required

The ID of the price list to update.

PriceListUpdateInput!
required

The input data used to update the price list.


Was this section helpful?

Anchor to PriceListUpdatePayload returnsPriceListUpdatePayload returns

PriceList

The updated price list.

[PriceListUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?