v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
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

channelIdstring guid required

The channel identifier

channelNamestring required

The channel name

channelLogoUrlstring required

The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>

typesstring[] required

The type list related to a channel

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"
      }
    }
  }
]