Skip to main content

Interface: BulkPriceCreateInput

Defined in: type/BulkPriceCreateInput.ts:4

Input object for BulkPriceCreateInput

Properties

priceId

priceId: string

Defined in: type/BulkPriceCreateInput.ts:6

Price id


quantityFrom

quantityFrom: number

Defined in: type/BulkPriceCreateInput.ts:10

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


validFrom?

optional validFrom?: string

Defined in: type/BulkPriceCreateInput.ts:12

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


validTo?

optional validTo?: string

Defined in: type/BulkPriceCreateInput.ts:14

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


value

value: number

Defined in: type/BulkPriceCreateInput.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.