Skip to main content

Interface: PriceUpdateInput

Defined in: type/PriceUpdateInput.ts:7

Input object for PriceUpdateInput

Properties

bulkDiscountType?

optional bulkDiscountType?: PriceDiscountType

Defined in: type/PriceUpdateInput.ts:19

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


cost?

optional cost?: number

Defined in: type/PriceUpdateInput.ts:17

The cost associated to acquire the product.


defaultTaxCode?

optional defaultTaxCode?: TaxCode

Defined in: type/PriceUpdateInput.ts:21

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


display?

optional display?: PriceDisplay

Defined in: type/PriceUpdateInput.ts:23

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


list?

optional list?: number

Defined in: type/PriceUpdateInput.ts:11

The default sales price.


per?

optional per?: number

Defined in: type/PriceUpdateInput.ts:9

The quantity of items that the listed price will purchase.


store?

optional store?: 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?

optional suggested?: number

Defined in: type/PriceUpdateInput.ts:15

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