Skip to main content

Interface: Price

Defined in: type/Price.ts:8

Object class for Price

Properties

bulkPriceDiscountType

bulkPriceDiscountType: PriceDiscountType

Defined in: type/Price.ts:28

The method used to apply discounts for bulk prices / volume discounts.


costPrices?

optional costPrices?: CostPrice[]

Defined in: type/Price.ts:22

costPrices field


createdAt

createdAt: string

Defined in: type/Price.ts:12

Creation date


defaultTaxCode

defaultTaxCode: TaxCode

Defined in: type/Price.ts:30

Default tax code


display?

optional display?: PriceDisplay

Defined in: type/Price.ts:32

Describes how the price should be displayed on the Front-End. Default value is 'DEFAULT'.


id

id: string

Defined in: type/Price.ts:10

Primary identifier


lastModifiedAt

lastModifiedAt: string

Defined in: type/Price.ts:14

Last modified date


list

list: number

Defined in: type/Price.ts:20

The default sales price.


per

per: number

Defined in: type/Price.ts:18

The quantity of items that the listed price will purchase.


productId

productId: number

Defined in: type/Price.ts:16

Product Id


store?

optional store?: number

Defined in: type/Price.ts:26

The price at which the product is sold in physical stores. This might differ from the standard price due to store-specific deals, overhead costs, or regional pricing strategies.


suggested?

optional suggested?: number

Defined in: type/Price.ts:24

The manufacturer's or supplier's recommended retail price (RRP) for the product.