Create a new price list
Creates a new price list definition.
| Request Body — REQUIRED The price list to create. |
|---|
Name stringPrice list name. |
MarketId int32Market id. |
Forced booleanWhen true, prices from this price list are used regardless if the ordinary price is lower. |
AssignedCustomerGroups int32[]Should contain a list of customer group ids that this price list is assigned to. |
Identifier stringA custom identifier for this price list that can be used instead of the id in some situations. |
Active booleanIndicates if this price list is active. |
| Responses | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200The id of the created price list.
| |||||||||||||
400Invalid price list.
|