DiscountCreateInput
No description
input DiscountCreateInput {
pricesheetId: String!
productId: Int
categoryId: Int
priceGroup: String
value: Float!
discountType: PriceDiscountType!
quantityFrom: Int!
validFrom: String
validTo: String
}
Fields
DiscountCreateInput.pricesheetId ● String! non-null scalar
Pricesheet identifier for discount association
DiscountCreateInput.productId ● Int scalar
Product identifier for product-specific discounts