Update a seller

    Update a seller


    Article summary

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

    Authorization: Bearer

    Path parameters
    accessKey
    stringRequired

    Customer access key

    sellerId
    integer (int64) Required

    Seller ID

    Body parameters
    object
    name
    string

    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  \t\"sellerId\": \"1\",\n  \t\"name\": \"Shoplive Product Store\",\n  \t\"profileUrl\": \"https://image.shoplive.cloud/7910e586-19a4-4740-804b-5f9da02e6939.jpg\",\n  \t\"storeUrl\": \"https://shoplive.cloud\",\n    \"description\": \"Description of the seller\",\n  \t\"schemes\": {}\n}"
    Expand All
    object
    sellerId
    string
    Example1
    name
    string
    ExampleShoplive Product Store
    profileUrl
    string
    Examplehttps://image.shoplive.cloud/7910e586-19a4-4740-804b-5f9da02e6939.jpg
    storeUrl
    string
    Examplehttps://shoplive.cloud
    description
    string
    ExampleDescription of the seller
    schemes
    object
    4XX

    4XX

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