VolumePricing
| Field | Type | Required | Description |
|---|---|---|---|
minQty |
`null | number` | yes |
maxQty |
`null | number` | yes |
price |
number |
yes | Price of the tier |
salePrice |
`null | number` | |
unit |
`null | string` | |
priceType |
string |
yes | fixed price, or relative to the standard price one of: fixed, relative |
Example
Section titled “Example”{ "minQty": 1, "maxQty": 2, "price": 6.4, "salePrice": 5, "unit": "kg", "priceType": "fixed"}
