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