Interface: DiscountUpdateInput
Defined in: type/DiscountUpdateInput.ts:5
Input object for DiscountUpdateInput
Properties
categoryId?
optionalcategoryId?:number
Defined in: type/DiscountUpdateInput.ts:11
Category id
discountType?
optionaldiscountType?:PriceDiscountType
Defined in: type/DiscountUpdateInput.ts:17
Discount type One of: [costpriceplus, listpricemin, netprice]
priceGroup?
optionalpriceGroup?:string
Defined in: type/DiscountUpdateInput.ts:13
Pricegroup
pricesheetId?
optionalpricesheetId?:string
Defined in: type/DiscountUpdateInput.ts:7
Pricesheet id
productId?
optionalproductId?:number
Defined in: type/DiscountUpdateInput.ts:9
Product id
quantityFrom?
optionalquantityFrom?:number
Defined in: type/DiscountUpdateInput.ts:19
Indicates the minimum quantity threshold needed to qualify for the bulk price.
validFrom?
optionalvalidFrom?:string
Defined in: type/DiscountUpdateInput.ts:21
Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string.
validTo?
optionalvalidTo?:string
Defined in: type/DiscountUpdateInput.ts:23
End date of the bulk pricing offer. Must be a valid ISO 8601 date string.
value?
optionalvalue?:number
Defined in: type/DiscountUpdateInput.ts:15
Discount value