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