QuantityPricingByVariantUpdateInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields used to update quantity pricing.
Access Scopes
Fields
pricesToAdd
: PriceListPriceInput! - A list of fixed prices to add.
pricesToDeleteByVariantId
: ID! - A list of variant IDs that identify which fixed prices to remove.
quantityPriceBreaksToAdd
: QuantityPriceBreakInput! - A list of quantity price breaks to add.
quantityPriceBreaksToDelete
: ID! - A list of quantity price break IDs that identify which quantity breaks to remove.
quantityRulesToAdd
: QuantityRuleInput! - A list of quantity rules to add.
quantityRulesToDeleteByVariantId
: ID! - A list of variant IDs that identify which quantity rules to remove.
Input objects with this input object
quantityPricingByVariantUpdate
Examples