ReDoc documentation

products/external-media/sync-asset

products/external-media/sync-asset

POST to sync an asset: removes stale SKU mappings and imports current ones in a single atomic call. Replaces the three-call sequence: getSku + removeByAssetIdAndSku + importImage/importVideo.

Request
Request Body schema:
assetId
required
string
deliveryUrl
required
string

CDN delivery URL; used as image URL or as video thumbnail URL

Array of objects (adobe-assets-integration-data-sync-asset-sku-mapping-interface)
videoPlayerUrl
string

Set for video assets; null for images

Responses
400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

post/V1/products/external-media/sync-asset
Request samples
{
  • "assetId": "string",
  • "deliveryUrl": "string",
  • "skus": [
    ],
  • "videoPlayerUrl": "string"
}
Response samples
{
  • "code": 0,
  • "errors": [
    ],
  • "message": "string",
  • "parameters": [
    ],
  • "trace": "string"
}