Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

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

  1. Retrieve detailed information for a specific Amazon order by providing its Order ID in the 3-7-7 format.
  2. Automate order data retrieval to update internal databases or trigger fulfillment workflows based on order details.

Properties

Name Meaning
Order ID The Amazon-defined order identifier used to specify which order's details to retrieve. It must be provided in the 3-7-7 format.

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 access to the appropriate API endpoints and permissions.

Troubleshooting

  • Ensure the Order ID is correctly formatted in the 3-7-7 pattern 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 may include invalid Order ID format, unauthorized access due to missing or incorrect credentials, or network/API connectivity issues. Resolving these typically involves checking input values, credential setup, and network status.

Links

Discussion