Skip to main content
Anchor to PriceListFixedPricesAddPayload

PriceListFixedPricesAddPayload

payload

Return type for priceListFixedPricesAdd mutation.

•[PriceListPrice!]

The list of fixed prices that were added to or updated in the price list.

Show fields
•[PriceListPriceUserError!]!
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

Creates or updates fixed prices on a PriceList. Use this mutation to set specific prices for ProductVariant objects that override the price list's default percentage-based adjustments.

When you add fixed prices, the mutation replaces any existing fixed prices for those variants on the price list.

Show payload

Arguments

•ID!
required

The ID of the price list to which the fixed prices will be added or updated.

•[PriceListPriceInput!]!
required

The list of fixed prices to add or update in the price list.

Show input fields


Was this section helpful?