Update product thumbnail

POST /self/{shopId}/v2/products/{productId}/thumbnail

Path parameters

multipart/form-data

Body

Responses

POST /self/{shopId}/v2/products/{productId}/thumbnail
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/v2/products/{productId}/thumbnail' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: multipart/form-data" \
 --form "file=@file"
Response examples (200)
{
  "message": "string",
  "errors": [
    "string"
  ],
  "log": "string"
}
Response examples (200)
{
  "message": "string",
  "errors": [
    "string"
  ],
  "log": "string"
}