PriceList
type PriceList {
id: ID!
addProductsAutomatically: Boolean
currency: String!
currencyCode: String
currencySymbol: String
name: String!
ruleList: [PriceListRuleList!]
type: PriceListTypeEnum
}
Fields
addProductsAutomaticallyBooleanThe currency of the product's price list.
currencyCodeStringcurrencySymbolStringIt is the name of the price list of the product.
ruleList[PriceListRuleList!]Type of price price list