GET api/mws/shipment/GetServiceStatus
Returns the operational status of the Merchant Fulfillment service. The GetServiceStatus operation returns the operational status of the Merchant Fulfillment service of Amazon Marketplace Web Service. Status values are GREEN, YELLOW, and RED. Throttling - The GetServiceStatus operation has a maximum request quota of two and a restore rate of one request every five minutes.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Get Service Status Response
MWSMerchantFulfillmentService.Model.GetServiceStatusResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| GetServiceStatusResult |
Gets and sets the GetServiceStatusResult property. |
MWSMerchantFulfillmentService.Model.GetServiceStatusResult |
None. |
| ResponseMetadata |
Gets and sets the ResponseMetadata property. |
MWSMerchantFulfillmentService.Model.ResponseMetadata |
None. |
| ResponseHeaderMetadata |
Gets and sets the ResponseHeaderMetadata property. |
MWSMerchantFulfillmentService.Model.ResponseHeaderMetadata |
None. |
Response Formats
application/json, text/json
Sample:
{
"GetServiceStatusResult": {
"Status": "sample string 1",
"Timestamp": "2026-01-12T23:56:17.913792+00:00"
},
"ResponseMetadata": {
"RequestId": "sample string 1"
},
"ResponseHeaderMetadata": {
"RequestId": null,
"ResponseContext": "",
"Timestamp": null,
"QuotaMax": null,
"QuotaRemaining": null,
"QuotaResetsAt": null
}
}
application/xml, text/xml
Sample:
<GetServiceStatusResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GetServiceStatusResult>
<Status>sample string 1</Status>
<Timestamp>2026-01-12T23:56:17.913792+00:00</Timestamp>
</GetServiceStatusResult>
<ResponseMetadata>
<RequestId>sample string 1</RequestId>
</ResponseMetadata>
<ResponseHeaderMetadata />
</GetServiceStatusResponse>