v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Meta

Channel Price Types

Provide channel supported price types

get/v1/seller/meta/{channel}/price-types

Path parameters

channelstring required

Channel name whose supported price types should be returned.

Response

Price types supported by the channel

Example response

{
  "supportedPriceTypeList": [
    {
      "priceTypeId": "B2C",
      "displayName": "Standard Price",
      "description": "B2C Price"
    }
  ]
}