Skip to main content
GET
/
v1
/
seller
/
meta
/
{channel}
/
price-types
Channel Price Types
curl --request GET \
  --url https://scx-sbx.api.jtl-software.com/v1/seller/meta/{channel}/price-types \
  --header 'Authorization: Bearer <token>'
{
  "supportedPriceTypeList": [
    {
      "priceTypeId": "B2C",
      "displayName": "Standard Price",
      "description": "B2C Price"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer JWT issued to a seller after they sign up for a JTL-Scx subscription via the JTL Customer Center. Usage format: Bearer <JWT>.

Path Parameters

channel
string
required

Channel name whose supported price types should be returned.

Response

Price types supported by the channel

List of price types (e.g. gross, net, sale) the channel accepts in offer price updates.

supportedPriceTypeList
object[]