Create a seller
- Print
Create a seller
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/v2/{accessKey}/seller
Header parameters
Authorization
stringRequired
Authorization: Bearer
Path parameters
accessKey
stringRequired
Customer access key
Body parameters
object
name
string Required
Name of the seller
profileUrl
string
Profile image URL of the seller
storeUrl
string
Store URL of the seller
description
string
Description of the seller
Responses
200
200
Result
"{\n \"sellerId\": \"3\",\n \"name\": \"New seller\",\n \"profileUrl\": \"https://image.shoplive.cloud/14352cf2-ef40-4ba9-93af-279a104cb3c8.png\",\n \"storeUrl\": \"https://shoplive.cloud\",\n \"description\": \"Description of the seller\"\n \"schemes\": {}\n}"
4XX
4XX
Result
"{\n \"_s\": -000,\n \"_e\": \"Error message\"\n}"