Skip to main content

Interface: BulkPrice

Defined in: type/BulkPrice.ts:4

Object class for BulkPrice

Properties

createdAt

createdAt: string

Defined in: type/BulkPrice.ts:8

Creation date


id

id: string

Defined in: type/BulkPrice.ts:6

Primary identifier


lastModifiedAt

lastModifiedAt: string

Defined in: type/BulkPrice.ts:10

Last modified date


priceId

priceId: string

Defined in: type/BulkPrice.ts:20

Price foreign identifier


quantityFrom

quantityFrom: number

Defined in: type/BulkPrice.ts:14

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


validFrom?

optional validFrom?: string

Defined in: type/BulkPrice.ts:16

Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string.


validTo?

optional validTo?: string

Defined in: type/BulkPrice.ts:18

Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string.


value

value: number

Defined in: type/BulkPrice.ts:12

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.