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