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 文档

GetReportScheduleCount

返回计划提交至亚马逊MWS 的订单报告请求计数。

描述

GetReportScheduleCount 操作返回计划提交至亚马逊MWS 的报告请求计数。只能对订单和亚马逊商品广告报告进行计划。

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

请求参数

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

类型:xs:string

默认值:全部

响应元素

名称 描述
Count 非负整数,指明已计划的匹配报告请求数量。

类型:tns: nonNegativeInteger

示例

查询请求示例

https://mws.amazonservices.com/
  ?AWSAccessKeyId=0PExampleR2
  &Action=GetReportScheduleCount
  &MWSAuthToken=amzn.mws.4ea38b7b-f563-7709-4bae-87aeaEXAMPLE
  &ReportTypeList.Type.1=_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"?>
<GetReportScheduleCountResponse
  xmlns="http://mws.amazonservices.com/doc/2009-01-01/">
  <GetReportScheduleCountResult>
    <Count>18</Count>
    </GetReportScheduleCountResult>
  <ResponseMetadata>
    <RequestId>21e482a8-15c7-4da3-91a4-424995ed0756</RequestId>
  </ResponseMetadata>
  </GetReportScheduleCountResponse>