Skip to main content

Interface: PriceCreateInput

Defined in: type/PriceCreateInput.ts:7

Input object for PriceCreateInput

Properties

bulkDiscountType?

optional bulkDiscountType?: PriceDiscountType

Defined in: type/PriceCreateInput.ts:21

The method used to apply discounts for bulk prices / volume discounts. One of: [costpriceplus, listpricemin, netprice]


cost?

optional cost?: number

Defined in: type/PriceCreateInput.ts:19

The cost associated to acquire the product.


defaultTaxCode

defaultTaxCode: TaxCode

Defined in: type/PriceCreateInput.ts:23

Default tax code of this product. One of: [H, L, N]


display

display: PriceDisplay

Defined in: type/PriceCreateInput.ts:25

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


list

list: number

Defined in: type/PriceCreateInput.ts:13

The default sales price.


per?

optional per?: number

Defined in: type/PriceCreateInput.ts:11

The quantity of items that the listed price will purchase.


productId

productId: number

Defined in: type/PriceCreateInput.ts:9

Product id


store?

optional store?: number

Defined in: type/PriceCreateInput.ts:15

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/PriceCreateInput.ts:17

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