# Objects / Price Set

# Price Set

**Object**
## PriceSet

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the price set |
| name | *String!* | The name of the price set |
| parent | [PriceSet](/documentation/Objects/Price-Set#PriceSet) | The parent price set |
| prices | [PriceSetProductPriceConnection](#PriceSetProductPriceConnection) | A list of prices that are connected to this price set |
| products | [PriceSetProductConnection](#PriceSetProductConnection) | A list of products that are connected to this price set |

## PriceSetProductPriceConnection
#### Object  —  [ConnectionType](/documentation/General/Connections) of [ProductPrice](/documentation/Objects/Products#ProductPrice)

### Sortable Fields
*Fields from [ProductPrice](/documentation/Objects/Products#ProductPrice) that can be used to sort the connection items*

- quantity
- category
- price
- name

| Edge Fields | Type | Description |
| --- | --- | --- |
| product | [Product!](/documentation/Objects/Products#Product) | The price on the price set |

## PriceSetProductConnection
#### Object  —  [ConnectionType](/documentation/General/Connections) of [Product](/documentation/Objects/Products#Product)

### Sortable Fields
*Fields from [Product](/documentation/Objects/Products#Product) that can be used to sort the connection items*

- name
- createdAt
- updatedAt

| Edge Fields | Type | Description |
| --- | --- | --- |
| prices | [[ProductPrice]](/documentation/Objects/Products#ProductPrice) | The price on the price set |