Price Set
Object
PriceSet
| Fields | Type | Description |
|---|---|---|
|
id |
The ID of the price set |
|
|
name |
String! |
The name of the price set |
|
parent |
The parent price set |
|
|
prices |
A list of prices that are connected to this price set |
|
|
after |
The cursor to search after (default: |
|
|
first |
Int |
Maximum number of items to return (default: |
|
ordering |
The ordering to apply (default: |
|
|
products |
A list of products that are connected to this price set |
|
|
after |
The cursor to search after (default: |
|
|
first |
Int |
Maximum number of items to return (default: |
|
ordering |
The ordering to apply (default: |
PriceSetProductPriceConnection
Object — ConnectionType of ProductPrice
Sortable Fields
Fields from ProductPrice that can be used to sort the connection items
- quantity
- category
- price
- name
| Edge Fields | Type | Description |
|---|---|---|
|
product |
The price on the price set |
PriceSetProductConnection
Object — ConnectionType of Product
Sortable Fields
Fields from Product that can be used to sort the connection items
- name
- createdAt
- updatedAt
| Edge Fields | Type | Description |
|---|---|---|
|
prices |
The price on the price set |