ProductVolumeDiscountInput
type ProductVolumeDiscountInput {
id: ID
name: String!
rules: [ProductVolumeDiscountRuleInput!]!
scope: ProductVolumeDiscountScopeEnum!
}
Fields
id
IDThe name of the product volume discount.
Shows the product volume discount rules.
Determines whether variants will be evaluated separately.