products/external-media/image

products/external-media/image

POST to import asset image mappings

Request
Request Body schema:
assetId
required
string
sku
required
string
roles
Array of strings
position
integer
url
string
Responses
401

401 Unauthorized

default

Unexpected error

post/V1/products/external-media/image
Request samples
{
  • "assetId": "string",
  • "sku": "string",
  • "roles": [
    ],
  • "position": 0,
  • "url": "string"
}
Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}