Anchor to QuantityRulesDeletePayloadQuantity
payloadQuantity Rules Delete Payload
Return type for mutation.
Anchor to FieldsFields
- deletedQuantityRulesVariantIds ([ID!])
- userErrors ([QuantityRuleUserError!]!)
- Anchor to deletedQuantityRulesVariantIdsdeleted•[ID!]
Quantity Rules Variant Ids A list of product variant IDs whose quantity rules were removed from the price list.
- Anchor to userErrorsuser•[Quantity
Errors Rule User Error!]! 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
- quantityRulesDelete (QuantityRulesDeletePayload)
- •mutation
Deletes specific quantity rules from a price list using a product variant ID. You can use the
mutation to delete a set of quantity rules from a price list.- Anchor to priceListIdprice•ID!
List Id required The ID of the price list from which the quantity rules will be deleted.
- Anchor to variantIdsvariant•[ID!]!
Ids required A list of product variant IDs whose quantity rules will be removed from the price list.
Arguments
Was this section helpful?