Skip to main content
GET
/
v1
/
public
/
channel
Channel List
curl --request GET \
  --url https://scx-sbx.api.jtl-software.com/v1/public/channel \
  --header 'Authorization: Bearer <token>'
{
  "channelList": [
    {
      "currency": "EUR",
      "marketplaceList": [
        "DE"
      ],
      "displayName": "MyBestDeals.com",
      "website": "https://mybestdeals.de/sell-with-jtl",
      "supportContact": "support@mybestdeals.de",
      "vendor": "JTL-Software",
      "signUpUrl": "https://mysqlbestdeals.com/signup-for-scx?session={SESSION}",
      "featureList": {
        "invoiceDocumentTransfer": "not-supported",
        "priceUpdatesSupported": false,
        "quantityPriceSupported": false,
        "remainingQuanitySupported": false,
        "variationsSupported": false,
        "returnTrackingRequired": false,
        "allowCombineOrders": false,
        "stockUpdateWithoutEventSupported": false
      },
      "isPlatform": false,
      "visibility": "JTL",
      "channel": "MYBESTDEALCOMDE",
      "group": "MyBestDeals",
      "supportedLanguages": [
        "de"
      ],
      "pricing": "https://mybestdeals.de/sell-with-jtl#pricing",
      "channelType": "MARKETPLACE",
      "updateUrl": "https://mysqlbestdeals.com/signup-for-scx?session={SESSION}",
      "logo": "https://mysqlbestdeals.com/logo.svg",
      "description": "MyBestDeals is the marketplace where customers find the best deals in the world.",
      "appId": "mybestdeals",
      "minimumClientsVersionRequired": [
        {
          "type": "Wawi",
          "version": "1.11.0.3"
        }
      ],
      "platform": "AMAZON",
      "marketplaceChannelList": [
        "JTL Marketplace FR",
        "JTL Marketplace DE",
        "JTL Marketplace GB"
      ],
      "stockSyncGroup": "AMAZON-EU",
      "statistics": {
        "rating": 95,
        "avgOfferListingDelaySeconds": 120,
        "avgOrderDelaySeconds": 30
      }
    }
  ],
  "limit": 100,
  "offset": 0,
  "total": 0
}

Authorizations

Authorization
string
header
required

You can create a JSON Web Token (JWT) by SignUp a JTL-Scx Subscription using the JTL Customer center. Usage format: Bearer

Query Parameters

offset
integer

Pagination offset (number of channels to skip)

limit
integer

Maximum number of channels to return per page

marketplace
string

Filter by marketplace country code (e.g. DE, AT, CH)

visibility
enum<string>

Filter channels by visibility scope:

  • JTL — public JTL channels
  • THIRDPARTY — third-party channels
  • ONBOARDING — channels currently in onboarding
  • RESTRICTED — channels with restricted access
Available options:
JTL,
THIRDPARTY,
ONBOARDING,
RESTRICTED

Response

OK

Paginated list of sales channels publicly available on the JTL marketplace platform.

channelList
object[]
required
Maximum array length: 50
limit
integer
Example:

100

offset
integer
Example:

0

total
integer
Example:

0