v1
latestOpenAPI 3.0.22026-07-223907721.1 MBChannel
Channel List
List all channels available through SCX platform.
get/v1/public/channel
Query parameters
offsetinteger
Pagination offset (number of channels to skip)
limitinteger
Maximum number of channels to return per page
marketplacestring
Filter by marketplace country code (e.g. DE, AT, CH)
visibility'JTL' | 'THIRDPARTY' | 'ONBOARDING' | 'RESTRICTED'
Filter channels by visibility scope:
- JTL — public JTL channels
- THIRDPARTY — third-party channels
- ONBOARDING — channels currently in onboarding
- RESTRICTED — channels with restricted access
Response
OK
Example response
{
"limit": 100,
"channelList": [
{
"group": "MyBestDeals",
"currency": "EUR",
"marketplaceList": [
"DE"
],
"supportedLanguages": [
"de"
],
"displayName": "MyBestDeals.com",
"website": "https://mybestdeals.de/sell-with-jtl",
"pricing": "https://mybestdeals.de/sell-with-jtl#pricing",
"supportContact": "support@mybestdeals.de",
"vendor": "JTL-Software",
"signUpUrl": "https://mysqlbestdeals.com/signup-for-scx?session={SESSION}",
"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",
"visibility": "JTL",
"channel": "MYBESTDEALCOMDE",
"statistics": {
"rating": 95,
"avgOfferListingDelaySeconds": 120,
"avgOrderDelaySeconds": 30
}
}
]
}