Skip to main content
Anchor to PriceListUpdatePayload

PriceListUpdatePayload

payload

Return type for priceListUpdate mutation.

•PriceList

The updated price list.

•[PriceListUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates a price list. If you modify the currency, then any fixed prices set on the price list will be deleted.

Arguments

•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?