Price Lists
Object
PriceListFallback
| Fields | Type | Description |
|---|---|---|
|
id |
String! |
The ID of the fallback type (this is always "FALLBACK") |
Object
PriceListItemPrice
Object
PriceListItem
| Fields | Type | Description |
|---|---|---|
|
exclude |
Boolean |
Whether this item is excluded from the price list |
|
type |
The type of item this is |
|
|
rule |
The rule that affects this item |
|
|
amount |
Float |
The amount that affects this item (only when rule type is not OVERRIDE) |
|
prices |
The prices that this item gets overridden with (only when rule type is OVERRIDE) |
|
|
item |
The item that is affected |
|
|
minRule |
The minimum rule to apply to this item (will be different to the rule field) |
|
|
minAmount |
Float |
The amount that affects this item based off the minRule (only when minRule type is not OVERRIDE) |
|
minPrices |
The prices that this item gets overridden with (only with minRule type is OVERRIDE) |
Object
PriceList
| Fields | Type | Description |
|---|---|---|
|
id |
The ID of the price list |
|
|
name |
String |
The name of the price list |
|
allowHigherPrice |
Boolean |
Whether the price list is allowed to go higher than the everyday price of the product |
|
allowDiscountingPromotions |
Boolean! |
Whether the price list is should discount promotional pricing instead of everyday pricing |
|
items |
The items within the price list |
|
|
revisions |
The revisions for the price list |
|
|
createdAt |
The time the price list was created |
|
|
updatedAt |
The last time the price list was updated |
PriceListRevisionConnection
Object — ConnectionType of Revision
Sortable Fields
Fields from Revision that can be used to sort the connection items
- timestamp