v1
latestOpenAPI 3.0.22026-07-223907721.1 MBChannel
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.
patch/v1/channel
Request body
Example request
{
"mfaPin": "12345670",
"displayName": "MyBestDeals.com",
"currency": "EUR",
"marketplaceList": [
"DE"
],
"website": "https://mybestdeals.de/sell-with-jtl",
"mfaContact": "security@mybestdeals.de",
"vendor": "JTL-Software",
"signUpUrl": "https://mysqlbestdeals.com/signup-for-scx?session={SESSION}",
"updateUrl": "https://mysqlbestdeals.com/signup-for-scx?session={SESSION}",
"minimumClientsVersionRequired": [
{
"type": "Wawi",
"version": "1.11.0.3"
}
]
}Response
Channel Updated