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] Unit quantity for the listed price.
Defines how many units of the product are included in the listed price. For example, a value of 1 means the price is per single unit, while 12 might indicate the price is per dozen.
PriceFieldName.LIST
[Required][Number][5 Decimal Places] Base selling price for the product.
This is the standard price used for pricing calculations before applying customer-specific discounts, volume pricing, or promotional offers. Serves as the foundation for all pricing logic.
PriceFieldName.STORE
[Optional][Number][5 Decimal Places] Physical store selling price.
The price at which the product is sold in brick-and-mortar stores. May differ from online prices due to store-specific costs, regional pricing strategies, or channel-specific promotions.
PriceFieldName.COST
[Optional][Number][5 Decimal Places] Product acquisition cost for margin calculations.
The cost incurred to acquire or produce the product, used for profit margin analysis, pricing decisions, and financial reporting. Essential for maintaining profitable pricing strategies.
PriceFieldName.SUGGESTED
[Optional][Number][5 Decimal Places] Manufacturer's recommended retail price (RRP).
The price recommended by the manufacturer or supplier for retail sales. Used as a reference point for pricing decisions and can be displayed to customers as a comparison price.
PriceFieldName.BULK_DISCOUNT_TYPE
[Optional][Enum][costpriceplus, listpricemin, netprice]. Volume discount calculation method.
Defines how bulk discounts are applied: as a percentage reduction from the base price or as a fixed discounted price per unit. Determines the calculation logic for volume pricing. Default is listpricemin
PriceFieldName.DEFAULT_TAX_CODE
[Required][Enum][H, L, N, M, CUST]. Standard tax classification for the product.
The default tax code applied to this product for tax calculations. Can be overridden by zone-specific tax codes or customer-specific tax settings. Default is H
PriceFieldName.DISPLAY
[Optional][Enum][FROM, FROM_FOR, LISTPRICE_OURPRICE, PACKAGE, PER_UOM, ON_REQUEST, DEFAULT]. Frontend price display configuration.
Controls how the price should be presented in user interfaces. Options include standard display, promotional formatting, or special pricing indicators. 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