Amazon Services China
亚马逊商城网络服务(亚马逊 MWS)文档

Deprecation Notice:

Amazon Marketplace Web Service (MWS) will no longer be available after March 31, 2024. All MWS developers must migrate to Selling Partner API (SP-API) to avoid service disruptions. Refer to the Migration Hub for more information.

亚马逊 MWS 文档

GetReportScheduleList

返回计划提交至亚马逊MWS 进行处理的订单报告请求列表。

描述

GetReportScheduleList 操作返回与查询参数相匹配的已计划订单报告请求列表。当前,只能对订单和亚马逊商品广告报告进行计划。每个请求最多可返回 100 个结果。

GetReportScheduleList 操作的最大请求限额为 10 个,恢复速率为每 45 秒 1 个请求。有关限制术语的定义,请参阅限制

请求参数

名称 描述 必填项 有效值
ReportTypeList ReportType 枚举值的结构化列表。

类型:xs:string

默认值:全部

响应元素

名称 描述
NextToken 不会对该操作返回该元素,原因是不会计划 100 个以上的报告类型。
HasNext 布尔值,返回值始终为 false,原因是不会计划 100 个以上的报告类型。
ReportType 所请求的 ReportType 值。
Schedule Schedule 的值,指明报告请求的创建时间间隔。

类型:xs:string

ScheduledDate 下一个报告请求计划提交的日期。

类型:xs:dateTime

示例

查询请求示例

https://mws.amazonservices.com/
  ?AWSAccessKeyId=0PExampleR2
  &Action=GetReportScheduleList
  &MWSAuthToken=amzn.mws.4ea38b7b-f563-7709-4bae-87aeaEXAMPLE
  &ReportTypeList.Type.1=_GET_ORDERS_DATA_
  &ReportTypeList.Type.2=_GET_MERCHANT_LISTINGS_DATA
  &Marketplace=ATExampleER
  &SellerId=A1ExampleE6
  &Signature=ltExample8%3D
  &SignatureVersion=2
  &SignatureMethod=HmacSHA256
  &Timestamp=2009-01-07T19%3A12%3A13.859Z
  &Version=2009-01-01            
           

响应示例

<?xml version="1.0"?>
<GetReportScheduleListResponse xmlns="http://mws.amazonservices.com/
doc/2009-01-01/">
  <GetReportScheduleListResult>
  <NextToken></NextToken>
    <HasNext>false</HasNext>
    <ReportSchedule>
      <ReportType>_GET_ORDERS_DATA_</ReportType>
      <Schedule>_30_DAYS_</Schedule>
      <ScheduledDate>2009-02-20T02:10:42+00:00</ScheduledDate>
    </ReportSchedule>
  </GetReportScheduleListResult>
  <ResponseMetadata>
    <RequestId>c0464157-b74f-4e52-bd1a-4ebf4bc7e5aa</RequestId>
  </ResponseMetadata>
</GetReportScheduleListResponse>