Skip to main content
Anchor to QuantityRulesAddPayload

QuantityRulesAddPayload

payload

Return type for quantityRulesAdd mutation.

•[QuantityRule!]

The list of quantity rules that were added to or updated in the price list.

Show fields
•[QuantityRuleUserError!]!
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 existing quantity rules on a price list. You can use the quantityRulesAdd mutation to set order level minimums, maximumums and increments for specific product variants.

Show payload

Arguments

•ID!
required

The ID of the price list to which the quantity rules will be added or updated.

•[QuantityRuleInput!]!
required

The list of quantity rules to add or update in the price list.

Show input fields


Was this section helpful?