Update a price list
Updates an existing price list definition. Only custom price lists are supported.
Path Parameters |
---|
id int32 — REQUIREDThe id of the price list to update. |
Request Body — REQUIRED The updated price list. |
---|
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 | |||
---|---|---|---|
200 Ok.
| |||
400 Invalid price list.
| |||
404 Price list not found.
|