Search sellers
- Print
Search sellers
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/v2/{accessKey}/seller
Header parameters
Authorization
stringRequired
Authorization: Bearer
Path parameters
accessKey
stringRequired
Customer access key
Query parameters
keyword
string
Keyword to search title and description of campaigns
sortAscending
boolean
Sort the result of the query
Defaultfalse
page
integer (int32)
Parameter for pagination. Default is 1.
Default1
count
integer (int32)
Specify the number of the result in one page (max : 20)
Default10
Responses
200
200
Result
"{\n \"results\": [\n {\n \"sellerId\": \"3\",\n \"name\": \"Live store\",\n \"profileUrl\": \"https://image.shoplive.cloud/e2e1d1dc-6699-4652-a2f0-c6bae9efab2c.jpg\",\n \"storeUrl\": \"https://www.shoplive.cloud/en#func01\",\n \"description\": \"Live commerce store\",\n \"schemes\": {}\n },\n {\n \"sellerId\": \"2\",\n \"name\": \"Sharp store\",\n \"profileUrl\": \"https://image.shoplive.cloud/0d6c6e15-a98d-4f6b-ba09-24967ec24048.jpeg\",\n \"storeUrl\": \"https://www.shoplive.cloud/en#func02\",\n \"description\": \"Sharp live store\",\n \"schemes\": {}\n },\n {\n \"sellerId\": \"1\",\n \"name\": \"Shoplive store\",\n \"profileUrl\": \"https://image.shoplive.cloud/83611e14-eb5a-4116-b94a-e0657e5e1178.png\",\n \"storeUrl\": \"https://www.shoplive.cloud/en#func03,\n \"description\": \"Shoplive store\",\n \"schemes\": {}\n },\n ],\n \"totalCount\": 3\n}"
4XX
4XX
Result
"{\n \"_s\": -000,\n \"_e\": \"Error message\"\n}"