PriceFieldName
Price field name
enum PriceFieldName {
PRODUCT_ID
PER
LIST
STORE
COST
SUGGESTED
BULK_DISCOUNT_TYPE
DEFAULT_TAX_CODE
DISPLAY
SOURCE_ID
SOURCE_NAME
}
Values
PriceFieldName.PRODUCT_ID
[Optional][Integer] An id of a product. Use this or the combination of SOURCE_ID and SOURCE_NAME.
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'.
PriceFieldName.SOURCE_ID
[Optional][String] The id of the source. Use in combination with SOURCE_NAME, or alternatively use PRODUCT_ID.
PriceFieldName.SOURCE_NAME
[Optional][String] The name of the source. Use in combination with SOURCE_ID, or alternatively use PRODUCT_ID.
Member Of
PriceCsvMapping
input