APIs¶
All External FulFillment APIs are implemented as RESTful APIs which are directly accessible over the internet. All the APIs are available only over the secure TLS channel (HTTPS).
API Endpoints¶
External FulFillment API provides region-specific endpoints for different stages. Choose the API endpoint according to whichever stage/region in which you want to invoke External FulFillment APIs. All the endpoints are exposed on the standard TLS (HTTPS) port 443.
Country / Area |
Stage |
API Endpoint URL |
---|---|---|
EU |
Sandbox |
https://sandbox.sellingpartnerapi-eu.amazon.com |
EU |
Production |
https://sellingpartnerapi-eu.amazon.com |
NA |
Sandbox |
https://sandbox.sellingpartnerapi-na.amazon.com |
NA |
Production |
https://sellingpartnerapi-na.amazon.com |
FE |
Sandbox |
https://sandbox.sellingpartnerapi-fe.amazon.com |
FE |
Production |
https://sellingpartnerapi-fe.amazon.com |
Working With Postman¶
You can use the Postman tool to invoke External FulFillment APIs and familiarize yourself with the API methods, requests and responses. You can find more information about the Postman tool here.
For easier usage and testing of External FulFillment APIs in the sandbox from the Postman tool, follow the instructions given below:
Download the Postman
collection
onto your local systemLaunch the Postman tool
Import the collection into the Postman tool using the instructions given here
You can now use the APIs imported into the Postman tool to invoke and test the Amazon External FulFillment APIs in the sandbox.
Note
We recommend that you download and use the latest version of the Postman tool for testing. You can download the Postman tool here.