Skip to main content
Anchor to QuantityRulesDeletePayload

QuantityRulesDeletePayload

payload

Return type for quantityRulesDelete mutation.

Anchor to deletedQuantityRulesVariantIdsdeletedQuantityRulesVariantIds
•[ID!]

A list of product variant IDs whose quantity rules were removed from the price list.

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

Deletes specific quantity rules from a price list using a product variant ID. You can use the quantityRulesDelete mutation to delete a set of quantity rules from a price list.

Show payload

Arguments

•ID!
required

The ID of the price list from which the quantity rules will be deleted.

•[ID!]!
required

A list of product variant IDs whose quantity rules will be removed from the price list.



Was this section helpful?