Skip to main content

PriceList

type PriceList {
id: ID!
addProductsAutomatically: Boolean
currency: String!
currencyCode: String
currencySymbol: String
name: String!
ruleList: [PriceListRuleList!]
type: PriceListTypeEnum
}

Fields

idID!required
addProductsAutomaticallyBoolean
currencyString!required

The currency of the product's price list.

currencyCodeString
currencySymbolString
nameString!required

It is the name of the price list of the product.

Type of price price list