Update seo image

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

Path parameters

  • shopId integer(int32) Required
  • productId integer(int64) Required
multipart/form-data

Body

  • file string(binary)

Responses

  • Product updated

    Hide response attributes Show response attributes object
    • data
    • message string | null
    • errors array[string] | null
    • log string | null
    Hide response attributes Show response attributes object
    • data
    • message string | null
    • errors array[string] | null
    • log string | null
    Hide response attributes Show response attributes object
    • data
    • message string | null
    • errors array[string] | null
    • log string | null
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"
}