Skip to main content

PriceFieldName

Price field name

enum PriceFieldName {
PRODUCT_ID
PER
LIST
STORE
COST
SUGGESTED
BULK_DISCOUNT_TYPE
DEFAULT_TAX_CODE
DISPLAY
}

Values

PriceFieldName.PRODUCT_ID

[Required][Integer] An id of a product

PriceFieldName.PER

[Optional][Integer] The quantity of items that the listed price will purchase.

PriceFieldName.LIST

[Required][Number][5 Decimal Places] The default sales price.

PriceFieldName.STORE

[Optional][Number][5 Decimal Places] 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.

PriceFieldName.COST

[Optional][Number][5 Decimal Places] The cost associated to acquire the product.

PriceFieldName.SUGGESTED

[Optional][Number][5 Decimal Places] The manufacturer's or supplier's recommended retail price (RRP) for the product.

PriceFieldName.BULK_DISCOUNT_TYPE

[Optional][Enum][costpriceplus, listpricemin, netprice]. The method used to apply discounts for bulk prices / volume discounts. Default is listpricemin

PriceFieldName.DEFAULT_TAX_CODE

[Required][Enum][H, L, N]. Default tax code of this product. Default is H

PriceFieldName.DISPLAY

[Optional][Enum][FROM, FROM_FOR, LISTPRICE_OURPRICE, PACKAGE, PER_UOM, ON_REQUEST, DEFAULT]. Describes how the price should be displayed on the Front-End. Default value is 'DEFAULT'.

Member Of

PriceCsvMapping input