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 |
|
|
products |
A list of products that are connected to this price set |
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 |