Actions18
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings Actions
- Finance Actions
- Analytics Actions
- Prices Actions
Overview
This node interacts with the Amazon Selling Partner API to retrieve detailed information about Amazon orders. Specifically, the 'Get Order Details' operation fetches comprehensive data for a given Amazon order using its unique Amazon-defined order identifier. This node is useful for sellers or businesses managing their Amazon sales, enabling them to automate order tracking, processing, and integration with other systems such as inventory management or customer service platforms.
Use Case Examples
- Retrieve detailed information for a specific Amazon order by providing its Order ID in the 3-7-7 format.
- Automate order data retrieval to update internal databases or trigger workflows based on order status or contents.
Properties
| Name | Meaning |
|---|---|
| Order ID | The Amazon-defined order identifier in the 3-7-7 format, used to specify which order's details to retrieve. |
Output
JSON
orderDetails- The detailed information of the specified Amazon order returned by the API.
Dependencies
- Requires an Amazon Selling Partner API credential for authentication, including API keys and tokens.
Troubleshooting
- Ensure the Order ID is correctly formatted in the 3-7-7 format as required by Amazon.
- Verify that the Amazon Selling Partner API credentials are correctly configured and have the necessary permissions to access order data.
- Common errors include invalid Order ID format, unauthorized access due to incorrect credentials, or network issues connecting to the Amazon API.
- If an unknown operation or resource error occurs, check that the node parameters for resource and operation are correctly set to 'Orders' and 'Get Order Details' respectively.
Links
- Amazon Selling Partner API - Orders API Reference - Official documentation for the Orders API, detailing endpoints, parameters, and response structures.