Skip to main content

Interface: DiscountUpdateInput

Defined in: type/DiscountUpdateInput.ts:5

Input object for DiscountUpdateInput

Properties

categoryId?

optional categoryId?: number

Defined in: type/DiscountUpdateInput.ts:11

Category id


discountType?

optional discountType?: PriceDiscountType

Defined in: type/DiscountUpdateInput.ts:17

Discount type One of: [costpriceplus, listpricemin, netprice]


priceGroup?

optional priceGroup?: string

Defined in: type/DiscountUpdateInput.ts:13

Pricegroup


pricesheetId?

optional pricesheetId?: string

Defined in: type/DiscountUpdateInput.ts:7

Pricesheet id


productId?

optional productId?: number

Defined in: type/DiscountUpdateInput.ts:9

Product id


quantityFrom?

optional quantityFrom?: number

Defined in: type/DiscountUpdateInput.ts:19

Indicates the minimum quantity threshold needed to qualify for the bulk price.


validFrom?

optional validFrom?: 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?

optional validTo?: string

Defined in: type/DiscountUpdateInput.ts:23

End date of the bulk pricing offer. Must be a valid ISO 8601 date string.


value?

optional value?: number

Defined in: type/DiscountUpdateInput.ts:15

Discount value