Update brand info

    Update brand info


    Article summary

    Put
    /v2/{accessKey}/brand/{brandId}
    Header parameters
    Authorization
    stringRequired

    Authorization: Bearer

    Path parameters
    accessKey
    stringRequired

    Customer access key

    brandId
    stringRequired

    Brand Id to update

    Body parameters
    object
    name
    string

    Name of the brand

    imageUrl
    string

    image URL of the brand

    identifier
    string

    identifier of the brand

    description
    string

    Description of the brand

    Responses
    200

    200

    object
    brandId
    string
    Example100
    name
    string
    ExampleSHOPLIVE_BRAND_1
    identifier
    string
    ExampleSHOPLIVE_BRAND_IDENTIFIER
    description
    string
    Examplethis is a sample brand
    imageUrl
    string
    Examplehttps://shoplive.cloud/sample.jpg
    imageWidth
    integer
    Default0
    Example320
    imageHeight
    integer
    Default0
    Example200
    createdAt
    string
    Example32528912
    updatedAt
    string
    Example32528912
    4XX

    4XX

    Result
    "{\n    \"_s\": -000,\n    \"_e\": \"Error message\"\n}"
    object
    _s
    integer
    Default0
    Example0
    _e
    string
    ExampleError message

    What's Next