Types > PriceList
Commerce APITypesPriceList
PriceList

Description

Topic: Price Lists

Fields

customer_groups: [CustomerGroup]

Customer groups to match against

Expandable

Permission bit: "customer_groups.read"


date_range: DateRange

Date range to match against


display_price_difference: Boolean!

Whether price difference should be displayed when this price list matches


id: String!

Unique price list identifier. See also: Unique Identifiers

Example: "pl_EQzGqWoY"


name: String!

Name of the price list

Example: "Winter Sale"


parent_price_list: PriceList

Parent price list to derive original price from

Expandable

Permission bit: "price_lists.read"


priority: Int!

Priority of the rule (rule with higher priority is to be evaluated first)

Example: 0


sales_channels: [SalesChannel]

Sales channels to match against

Expandable

Permission bit: "sales_channels.read"


Used By

Mutations

priceListsCreate, priceListsModify

Queries

priceLists, priceListsLookup

Types

MinVariantPricing, PriceList, PriceListHistory, VariantPricing

Preview (typescript)

Loading module