Supported Prices

Price Types

Create a price type for different customer groups.

post/v1/channel/price

Request body

priceTypeIdstring required
displayNamestring required
descriptionstring

Example request

{
  "priceTypeId": "B2C",
  "displayName": "Standard Price",
  "description": "B2C Price"
}

Response

Price type Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.