POST
/self/{shopId}/v2/products/{productId}/seo/image
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/v2/products/{productId}/seo/image' \
--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"
}