Retrieve a seller info

    Retrieve a seller info


    Article summary

    Get
    /v2/{accessKey}/seller/{sellerId}
    Header parameters
    Authorization
    stringRequired

    Authorization: Bearer

    Path parameters
    accessKey
    stringRequired

    Customer access key

    sellerId
    integer (int64) Required

    Seller ID

    Responses
    200

    200

    Result
    "{\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}"
    Expand All
    object
    sellerId
    string
    Example3
    name
    string
    ExampleLive store
    profileUrl
    string
    Examplehttps://image.shoplive.cloud/e2e1d1dc-6699-4652-a2f0-c6bae9efab2c.jpg
    storeUrl
    string
    Examplehttps://www.shoplive.cloud/en#func01
    description
    string
    ExampleLive commerce store
    schemes
    object
    4XX

    4XX

    Result
    "{\n    \"_s\": -000,\n    \"_e\": \"Error message\"\n}"

    What's Next