Description
Create one or multiple price lists.
Permission bit: "price_lists.create"
Topic: Price Lists
Arguments
data: [PriceListCreate!]!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Customer group IDs to match against
date_range: DateRangeCreate
Date range to match against
display_price_difference: Boolean
Whether price difference should be displayed when this price list matches
Name of the price list
Example: "Winter Sale"
Valid when: name is not empty
Valid when: name's length doesn't exceed 250 characters
Unique price list identifier. See also: Unique Identifiers
Example: "pl_EQzGqWoY"
Valid when: parent_price_list_id matches regexp pattern: ^pl_
Priority of the rule (rule with higher priority is to be evaluated first)
Example: 0
Sales channel IDs to match against
Result
[PriceList!]
Preview (typescript)
Loading module