Interface: PriceUpdateInput
Defined in: type/PriceUpdateInput.ts:7
Input object for PriceUpdateInput
Properties
bulkDiscountType?
optionalbulkDiscountType?:PriceDiscountType
Defined in: type/PriceUpdateInput.ts:19
The method used to apply discounts for bulk prices / volume discounts. One of: [costpriceplus, listpricemin, netprice]
cost?
optionalcost?:number
Defined in: type/PriceUpdateInput.ts:17
The cost associated to acquire the product.
defaultTaxCode?
optionaldefaultTaxCode?:TaxCode
Defined in: type/PriceUpdateInput.ts:21
Default tax code of this product. One of: [H, L, N]
display?
optionaldisplay?:PriceDisplay
Defined in: type/PriceUpdateInput.ts:23
Describes how the price should be displayed on the Front-End. Default value is 'DEFAULT'.
list?
optionallist?:number
Defined in: type/PriceUpdateInput.ts:11
The default sales price.
per?
optionalper?:number
Defined in: type/PriceUpdateInput.ts:9
The quantity of items that the listed price will purchase.
store?
optionalstore?:number
Defined in: type/PriceUpdateInput.ts:13
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/PriceUpdateInput.ts:15
The manufacturer's or supplier's recommended retail price (RRP) for the product.