Skip to main content
Anchor to PriceListUpdatePayload

PriceListUpdatePayload

payload

Return type for priceListUpdate mutation.

•PriceList

The updated price list.

Show fields
•[PriceListUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Show payload

Arguments

•ID!
required

The ID of the price list to update.

•PriceListUpdateInput!
required

The input data used to update the price list.

Show input fields


Was this section helpful?