ReDoc documentation

products/external-media/asset

products/external-media/asset

POST endpoint to replace existing assets for a product

Request
Request Body schema:
sku
required
string
Array of objects (adobe-assets-integration-data-video-item-interface)
Array of objects (adobe-assets-integration-data-image-item-interface)
Responses
401

401 Unauthorized

500

Internal Server error

default

Unexpected error

post/V1/products/external-media/asset
Request samples
{
  • "sku": "string",
  • "videos": [
    ],
  • "images": [
    ]
}
Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}