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"