GET /assets/batchRegister/{requestId} API 来检查其请求的状态。{
"assetDetailsList": [
{
"asinList": [
"string"
],
"assetSubTypeList": [
"LOGO"
],
"assetType": "IMAGE",
"associatedPrograms": [
{
"metadata": {
"dspAdvertiserId": "string"
},
"programName": "A_PLUS"
}
],
"name": "string",
"otherMetadata": {
"property1": "string",
"property2": "string"
},
"skipAssetSubTypesDetection": true,
"tagList": [
"string"
],
"url": "string",
"versionInfo": {
"linkedAssetId": "string",
"versionNotes": "string"
}
}
],
"batchRegistrationContext": {
"assetSourceInfo": {
"assetSourceId": "AMAZON_CREATIVE_SERVICES",
"assetSourceMetadata": {
"key": "String upto length 50",
"value": "String upto length 500"
}
}
}
}curl --location 'https://www.amazon.com/ap/oa/assets/batchRegister' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.assetsbatchregisterrequest.v1+json' \
--data '{
"assetDetailsList": [
{
"asinList": [
"string"
],
"assetSubTypeList": [
"LOGO"
],
"assetType": "IMAGE",
"associatedPrograms": [
{
"metadata": {
"dspAdvertiserId": "string"
},
"programName": "A_PLUS"
}
],
"name": "string",
"otherMetadata": {
"property1": "string",
"property2": "string"
},
"skipAssetSubTypesDetection": true,
"tagList": [
"string"
],
"url": "string",
"versionInfo": {
"linkedAssetId": "string",
"versionNotes": "string"
}
}
],
"batchRegistrationContext": {
"assetSourceInfo": {
"assetSourceId": "AMAZON_CREATIVE_SERVICES",
"assetSourceMetadata": {
"key": "String upto length 50",
"value": "String upto length 500"
}
}
}
}'{}