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

GetServiceStatus

Returns the operational status of the “卖家 API”部分.

Description

The GetServiceStatus operation returns the operational status of the “卖家 API”部分 of 亚马逊商城网络服务 (亚马逊 MWS). Status values are GREEN, GREEN_I, YELLOW, and RED.

GetServiceStatus 操作的最大请求限额为 2 个,恢复速率为 每 5 分钟 1 个请求。 For definitions of throttling terminology and for a complete explanation of throttling, see 限制:针对提交请求频率的限制 in the 亚马逊MWS开发者指南.

Request parameters

None.

Response elements

Name Description
Status The following list shows possible values returned by the GetServiceStatus operation:
GREEN
The service is operating normally.
GREEN_I
The service is operating normally. Additional information is provided.
YELLOW
The service is experiencing higher than normal error rates or is operating with degraded performance. Additional information may be provided.
RED
The service is unavailable or experiencing extremely high error rates. Additional information may be provided.

类型:xs:string

Timestamp Indicates the time at which the operational status was evaluated.

类型:xs:dateTime

MessageId An Amazon-defined message identifier.

类型:xs:string

Messages The parent element of one or more Message elements.
Message The operational status message.

The parent element of the following child elements (both child elements are type: xs:string):

  • Locale
  • Text

Examples

Example query request

POST /Sellers/2011-07-01 HTTP/1.1
Content-Type: x-www-form-urlencoded
Host: mws.amazonservices.com
User-Agent: <Your User Agent Header>

AWSAccessKeyId=AKIAJI4WZFKGX2VWVORQ
&Action=GetServiceStatus
&MWSAuthToken=amzn.mws.4ea38b7b-f563-7709-4bae-87aeaEXAMPLE
&SellerId=A1SYRH96RHOLW7
&SignatureMethod=HmacSHA256
&SignatureVersion=2
&Timestamp=2011-09-19T22%3A06%3A20Z
&Version=2011-07-01
&Signature=mSwY4c4roi%2BTQZZbG1q17gZVYBkpsrPf0TmRTJkVi8A%3D

Example response

<?xml version="1.0"?>
<GetServiceStatusResponse
    xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
  <GetServiceStatusResult>
    <Status>GREEN</Status>
    <Timestamp>2010-09-24T21:38:09.676Z</Timestamp>
  </GetServiceStatusResult>
</GetServiceStatusResponse>