Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

GetServiceStatus #171

@over-engineer

Description

@over-engineer

Hello there 👋

Is there a way to get the status of each MWS service separately?

For example, both the Orders API and the Fulfillment Inventory API contain a GetServiceStatus operation which returns the operational Status of the API.

I couldn't find a method that wraps those endpoints, nor a way to specify the API when requesting it via .callEndpoint() 😕

So, I could do:

(async () => {
  const results = await mws.callEndpoint('GetServiceStatus');
})();

which returns an object like this:

{ Status: 'GREEN', Timestamp: '2020-07-24T09:52:45.785Z' }

However, it's unclear which API this GetServiceStatus operation belongs to.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions