Anchor to quantityRulesDeletequantity
mutationquantity Rules Delete
Requires access scope. Also: The user must have permission to create and edit catalogs, and the shop requires B2B features enabled.
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 Arguments
Arguments
- Anchor to priceListIdprice•ID!required
List Id The ID of the price list from which the quantity rules will be deleted.
- Anchor to variantIdsvariant•[ID!]!required
Ids A list of product variant IDs whose quantity rules will be removed from the price list.
Was this section helpful?
- 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?