Interface: PriceCreateInput
Defined in: type/PriceCreateInput.ts:7
Input object for PriceCreateInput
Properties
bulkDiscountType?
optionalbulkDiscountType?:PriceDiscountType
Defined in: type/PriceCreateInput.ts:21
The method used to apply discounts for bulk prices / volume discounts. One of: [costpriceplus, listpricemin, netprice]
cost?
optionalcost?: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?
optionalper?: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?
optionalstore?: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?
optionalsuggested?:number
Defined in: type/PriceCreateInput.ts:17
The manufacturer's or supplier's recommended retail price (RRP) for the product.