Home > @infiniteobjects/shopify-data-manager > AdminTypes > QuantityPricingByVariantUpdateInput
The input fields used to update quantity pricing.
Signature:
export interface QuantityPricingByVariantUpdateInput
Property | Modifiers | Type | Description |
---|---|---|---|
pricesToAdd | Array<PriceListPriceInput> | A list of fixed prices to add. | |
pricesToDeleteByVariantId | Array<Scalars[‘ID’][‘input’]> | A list of variant IDs that identify which fixed prices to remove. | |
quantityPriceBreaksToAdd | Array<QuantityPriceBreakInput> | A list of quantity price breaks to add. | |
quantityPriceBreaksToDelete | Array<Scalars[‘ID’][‘input’]> | A list of quantity price break IDs that identify which quantity breaks to remove. | |
quantityRulesToAdd | Array<QuantityRuleInput> | A list of quantity rules to add. | |
quantityRulesToDeleteByVariantId | Array<Scalars[‘ID’][‘input’]> | A list of variant IDs that identify which quantity rules to remove. |