DiscountUpdateInput
No description
input DiscountUpdateInput {
pricesheetId: String
productId: Int
categoryId: Int
priceGroup: String
value: Float
discountType: PriceDiscountType
quantityFrom: Int
validFrom: String
validTo: String
}
Fields
DiscountUpdateInput.pricesheetId
● String
scalar
Pricesheet id
DiscountUpdateInput.productId
● Int
scalar
Product id
DiscountUpdateInput.categoryId
● Int
scalar
Category id
DiscountUpdateInput.priceGroup
● String
scalar
Pricegroup
DiscountUpdateInput.value
● Float
scalar
Discount value
DiscountUpdateInput.discountType
● PriceDiscountType
enum
Discount type One of: [costpriceplus, listpricemin, netprice]
DiscountUpdateInput.quantityFrom
● Int
scalar
Indicates the minimum quantity threshold needed to qualify for the bulk price.
DiscountUpdateInput.validFrom
● String
scalar
Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string
DiscountUpdateInput.validTo
● String
scalar
End date of the bulk pricing offer. Must be a valid ISO 8601 date string
Member Of
discountUpdate
mutation