Channels - Channels Global
List all available channel for this store
get/v2/user/channels/
Query parameters
storeIdstring guid required
The store identifier
Response
Available channel list for this store
Example response
[
{
"channelId": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28",
"channelName": "Amazon FRA",
"channelLogoUrl": "http://www.mydomain.com",
"types": [
"Marketplace"
],
"links": {
"self": {
"href": "/v2/user/channels/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0",
"method": "GET"
}
}
}
]