createReportSchedule
操作将在销售合作伙伴API的Reports v2020-09-04中不再可用,所有对此的调用将失败。依赖此操作的集成应迁移至Reports v2021-06-30,以避免服务中断。{
"reportType": "string",
"marketplaceIds": [
"string"
],
"reportOptions": {
"property1": "string",
"property2": "string"
},
"period": "PT5M",
"nextReportCreationTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/reports/2020-09-04/schedules' \
--header 'Content-Type: application/json' \
--data-raw '{
"reportType": "string",
"marketplaceIds": [
"string"
],
"reportOptions": {
"property1": "string",
"property2": "string"
},
"period": "PT5M",
"nextReportCreationTime": "2019-08-24T14:15:22Z"
}'
{
"payload": {
"reportScheduleId": "string"
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码