Skip to main content
GET
Delivers the catalog of available SCX marketplace channels, including capability flags.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Response

Success.

id
string<uuid>
required

ID of the channel catalog entry.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

channel
string
required

Unique channel name.

displayName
string
required

Channel name shown in the UI.

currency
string
required

Currency supported by the channel according to ISO 4217.

isVariationsSupported
boolean
required

Channel supports product variations.

isRemainingQuantitySupported
boolean
required

Channel supports remaining quantity updates.

isQuantityPriceSupported
boolean
required

Channel supports quantity-based pricing.

isPriceUpdatesSupported
boolean
required

Channel supports price updates.

isReturnTrackingRequired
boolean
required

Channel requires return tracking.

isAllowCombineOrders
boolean
required

Channel allows combining orders.

invoiceDocumentTransfer
enum<integer>
required

Invoice document transfer mode.

Available options:
0,
1,
2
parentChannelId
string<uuid>

ID of the parent channel, or null for a platform channel.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

description
string

Channel description supplied by SCX, or null when the channel supplies none.

URL of the channel logo, or null when the channel supplies none.

group
string

Group the channel belongs to, or null when it is not grouped.

supportContact
string

Support contact of the channel, or null when the channel supplies none.

vendor
string

Vendor operating the channel, or null when the channel supplies none.

visibility
string

Visibility of the channel as reported by SCX (for example JTL, THIRDPARTY or RESTRICTED), or null when the channel supplies none.