Prices can be configured per product, per customer or per customer group. The platform also supports tier pricing.
Collection: tenant__productprices
| Attribute | Format | Remarks |
| productcode | Required Product code to which the price applies
Example 12345
Syntax Max 50 characters | - The product code should match one product
|
| prices | Required Price(s) of your product
Example [ "price" : 1.6, "currency" : "EUR", "minQuantity" : 1]
Syntax prices uses 3 sub-attributes:
- price (required)
Numeric - currency (optional)
ISO 4217 - minQuantity (optional)
Numeric
| - Multi currency is supported
|
| pricegroup | Optional Price group to which the price applies
Example pricegroup=ALL
Syntax Max 50 characters | - Price groups link customers to prices
|
| minQuantity | Optional Minimum quantity
Example 120
Syntax Numeric | - The minimum quantity that can be ordered
|
| stepping | Optional Number of products per sales unit
Example 12
Syntax Numeric | - Is used when a product ships in bundles of more than one piece per sales unit (e.g. 12 pieces in a box)
- Can be used for pricing per sales unit (instead of pricing per piece)
|
Discounts are set at customer level
Last updated on 6/12/2019