Skip to main content

Interface: CostPriceCreateInput

Defined in: type/CostPriceCreateInput.ts:4

Input object for CostPriceCreateInput

Properties

priceId

priceId: string

Defined in: type/CostPriceCreateInput.ts:6

Price id


quantityFrom

quantityFrom: number

Defined in: type/CostPriceCreateInput.ts:10

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


validFrom?

optional validFrom?: string

Defined in: type/CostPriceCreateInput.ts:13

Date when this cost price becomes active. If omitted, the cost price is immediately effective.


validTo?

optional validTo?: string

Defined in: type/CostPriceCreateInput.ts:15

Date when this cost price expires. If omitted, the cost price remains active indefinitely.


value

value: number

Defined in: type/CostPriceCreateInput.ts:8

Discount on bulk purchases, expressed either as a percentage of the standard price or as a specific reduced price per unit, depending on the bulk price discount type.