Update seo image

POST /self/{shopId}/v2/products/{productId}/seo/image

Path parameters

multipart/form-data

Body

Responses

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