Price Set

Object

PriceSet

Fields Type Description

id

ID!

The ID of the price set

name

String!

The name of the price set

parent

PriceSet

The parent price set

prices

PriceSetProductPriceConnection

A list of prices that are connected to this price set

after

Cursor

The cursor to search after (default: NULL)

first

Int

Maximum number of items to return (default: 20)

ordering

Ordering

The ordering to apply (default: [])

products

PriceSetProductConnection

A list of products that are connected to this price set

after

Cursor

The cursor to search after (default: NULL)

first

Int

Maximum number of items to return (default: 20)

ordering

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

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

[ProductPrice]

The price on the price set