Update Channel
Update Channel information. This endpoint is protected by MFA (2FA). A valid MFA PIN must be included in the request. The PIN can be generated using the GET /v1/channel/mfa-pin endpoint and will be sent to the channel’s mfaContact email address.
Authorizations
As a Channel Integrator you will receive a API Refresh Token. With such a Refresh Token you need to request an Access Token with a limited Lifetime (see POST /v1/auth). This Access Token must be provided as a Bearer Token in the Authorization Header with every request.
Body
Channel master data update payload (display name, currency, supported marketplaces, MFA PIN).
Channel master-data update payload — display name, currency, supported marketplaces, contact data and feature flags. Requires an MFA PIN.
Multi-Factor Authentication (MFA) PIN required for updating channel details. The PIN must be generated using the GET /v1/channel/mfa-pin endpoint and will be sent to the channel's mfaContact email address.
"12345670"
Channel Name
"MyBestDeals.com"
Currency which are supported by the Channel. According to ISO-4217.
"EUR"
Country ISO code or a list of ISO codes which geografic market is supported.
"https://mybestdeals.de/sell-with-jtl"
Email address used for Multi-Factor Authentication (MFA). MFA PINs for channel updates will be sent to this email address.
"security@mybestdeals.de"
"JTL-Software"
The SignUp URL ist required for register new Sellers with the SCX Channel API. SCX will create a Sign-Up ID to link a seller with SCX.
"https://mysqlbestdeals.com/signup-for-scx?session={SESSION}"
The Update URL ist required for updating a existing Sellers with the SCX Channel API. If this URL is not set it will use the signUpUrl as a fallback
"https://mysqlbestdeals.com/signup-for-scx?session={SESSION}"
Must be a list of supported Clients. If at least one item is defined SCX will validate the Client version during sign up process. If the list is empty or null, no client restrictions is in place.
Response
Channel Updated