v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Channel

List all SellerIds

The API Endpoint list all Seller IDs known by SCX-API with current status.

get/v1/channel/seller/list

Response

OK

Example response

{
  "sellerList": [
    {
      "sellerId": "4711",
      "jtlAccountId": 12345,
      "createdAt": "2019-03-13T20:21:43+00:00",
      "updatedAt": "2019-03-13T20:21:43+00:00"
    }
  ]
}