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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.