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

GetReportListByNextToken

可通过之前请求提供给 GetReportListByNextTokenGetReportListNextToken 值,返回报告列表,其中前一调用中的 HasNext 值为 true

描述

GetReportListByNextToken 操作可通过之前调用提供给 GetReportListByNextTokenGetReportListNextToken 值,返回与查询参数相匹配的报告列表,其中前一调用中的 HasNext 值为 true

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

请求参数

名称 描述 必填项 有效值
NextToken 上一次调用返回的字符串标记。如果 HasNext 的返回值为 true,则使用 NextToken 再次调用该操作。

类型:xs:string

 

响应元素

名称 描述
NextToken 字符串标记,用于向另一调用传递信息。如果 HasNext 的值为 true,则使用 NextToken 再次调用操作。

类型:xs:string

HasNext 布尔值,用来指明是否可返回多个对象,要求其他调用执行此操作,以对其进行检索。如果还有其他待检索对象,则值为 true;否则值为 false

类型:xs:boolean

ReportId 报告的唯一编码。

类型:xs:string

ReportType 所请求的 ReportType 值。
ReportRequestId 报告请求的唯一编码。

类型:xs:string

AvailableDate 报告可供使用的日期。

类型:xs:dateTime

Acknowledged 如果报告已确认,则值为 true;否则值为 false

类型:xs:boolean

AcknowledgedDate 确认报告的日期。

类型:xs:dateTime

示例

查询请求示例

https://mws.amazonservices.com/
  ?AWSAccessKeyId=0PB842EXAMPLE7N4ZTR2
  &Acknowledged=false
  &Action=GetReportListByNextToken
  &NextToken=2YgYW55IPQhvu5hbCBwbGVhc3VyZS4=
  &MWSAuthToken=amzn.mws.4ea38b7b-f563-7709-4bae-87aeaEXAMPLE
  &Marketplace=ATVPDKIKX0DER
  &SellerId=A1XEXAMPLE5E6
  &ReportTypeList.Type.1=_GET_MERCHANT_LISTINGS_DATA_
  &Signature=3yvUqWWBpLDld9CCx0ANjVU95ks%3D
  &SignatureVersion=2
  &SignatureMethod=HmacSHA256
  &Timestamp=2009-02-04T18%3A12%3A19.796Z
&Version=2009-01-01            
           

响应示例

<?xml version="1.0"?>
<GetReportListByNextTokenResponse xmlns="http://mws.amazonservices.com/
doc/2009-01-01/">
<GetReportListByNextTokenResult>
  <NextToken>none</NextToken>
  <HasNext>false</HasNext>
  <ReportInfo>
    <ReportId>898899473</ReportId>
    <ReportType>_GET_MERCHANT_LISTINGS_DATA_</ReportType>
    <ReportRequestId>2278662938</ReportRequestId>
    <AvailableDate>2009-02-10T09:22:33+00:00</AvailableDate>
    <Acknowledged>false</Acknowledged>
  </ReportInfo>
  </GetReportListByNextTokenResult>
<ResponseMetadata>
  <RequestId>fbf677c1-dcee-4110-bc88-2ba3702e331b</RequestId>
</ResponseMetadata>
</GetReportListByNextTokenResponse