Skip to main content
GET
/
v1
/
seller
/
meta
/
category-tree-version
Category Tree Version List
curl --request GET \
  --url https://scx-sbx.api.jtl-software.com/v1/seller/meta/category-tree-version \
  --header 'Authorization: Bearer <token>'
[
  {
    "channel": "MYBESTDEALCOMDE",
    "categoryTreeVersion": "2019060115430"
  }
]

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>.

Response

Current category tree version per channel

channel
string

This is the unique Channel name.

Pattern: ^\w{5,15}$
Example:

"MYBESTDEALCOMDE"

categoryTreeVersion
string
Example:

"2019060115430"