POST:price_lists.json
POST:price_lists.json
Description
Create one or multiple price lists.
Permission bit: "price_lists.create"
Topic: Price Lists
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of PriceListCreate
[ { "customer_group_ids": [ "" ], "date_range": { "from": "", "to": "" }, "display_price_difference": true, "name": "Winter Sale", "parent_price_list_id": "pl_EQzGqWoY", "priority": 0, "sales_channel_ids": [ "" ] } ]
Response Body
Array of PriceList
Response Body Type
Loading module