Skip to main content

CreatePriceListInput

Provides the fields and values to use when creating a price list.

input CreatePriceListInput {
name: String
currency: CurrencyCode
isDefault: Boolean
}

Fields

CreatePriceListInput.name ● String scalar

The price list's name.

CreatePriceListInput.currency ● CurrencyCode enum

The price list's currency.

CreatePriceListInput.isDefault ● Boolean scalar

Whether this price list is the default.

Member Of

createPriceList mutation