Price Lists
Object
PriceListItemInput
| Fields | Type | Description | Validation |
|---|---|---|---|
|
type |
The type of item this is |
||
|
rule |
The rule to apply to this item |
||
|
amount |
Float |
The rule amount to apply (null if using OVERRIDE rule) |
Minimum: -10,000 Maximum: 10,000 |
|
prices |
The prices to apply to this item (null if not using OVERRIDE rule) |
||
|
item |
The details of the item |
||
|
minRule |
The optional minimum price rule to apply to this item |
||
|
minAmount |
Float |
The rule amount to apply to the minRule (null if using OVERRIDE minRule) |
Minimum: -10,000 Maximum: 10,000 |
|
minPrices |
The prices to apply to this item (null if not using OVERRIDE minRule) |
||
|
exclude |
Boolean |
Whether this item is excluded from the price list |
Object
PriceListItemPriceInput
| Fields | Type | Description | Validation |
|---|---|---|---|
|
quantity |
Int |
The quantity to trigger the price |
Minimum: 1 Maximum: 1,000,000,000 |
|
price |
Float |
The price to use |
Minimum: -100,000,000 Maximum: 100,000,000 |