ReDoc documentation
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.
400 Bad Request
401 Unauthorized
Unexpected error
{- "assetId": "string",
- "deliveryUrl": "string",
- "skus": [
- {
- "alt_texts": [
- {
- "store_code": "string",
- "value": "string"
}
], - "position": 0,
- "roles": [
- "string"
], - "sku": "string"
}
], - "videoPlayerUrl": "string"
}{- "code": 0,
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
]
}
], - "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
], - "trace": "string"
}