Skip to main content

ProductVolumeDiscount

type ProductVolumeDiscount {
id: ID!
name: String!
rules: [ProductVolumeDiscountRule!]!
scope: ProductVolumeDiscountScopeEnum!
}

Fields

idID!required
nameString!required

The name of the product volume discount.

Shows the product volume discount rules.

Determines whether variants will be evaluated separately.