Skip to main content

Interface: CostPrice

Defined in: type/CostPrice.ts:4

Object class for CostPrice

Properties

createdAt

createdAt: string

Defined in: type/CostPrice.ts:10

Creation date


id

id: string

Defined in: type/CostPrice.ts:6

Primary identifier


lastModifiedAt

lastModifiedAt: string

Defined in: type/CostPrice.ts:12

Last modified date


priceId

priceId: string

Defined in: type/CostPrice.ts:8

Price foreign identifier


quantityFrom

quantityFrom: number

Defined in: type/CostPrice.ts:14

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


validFrom?

optional validFrom?: string

Defined in: type/CostPrice.ts:18

Date when this cost price becomes active and available for margin calculations. If not specified, the cost price is immediately effective.


validTo?

optional validTo?: string

Defined in: type/CostPrice.ts:20

Date when this cost price expires and is no longer available for margin calculations. If not specified, the cost price remains active indefinitely.


value

value: number

Defined in: type/CostPrice.ts:16

The cost associated to acquire the product.