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 confirm shipment details for orders. It is useful for sellers who need to update Amazon with shipment confirmation, including carrier information, tracking numbers, and shipped items. For example, after shipping an order, a seller can use this node to confirm the shipment to Amazon, ensuring accurate tracking and order status updates.
Use Case Examples
- Confirm shipment for an order by providing the Amazon order ID, marketplace ID, carrier code, tracking number, ship date, and details of the items shipped.
- Update shipment status with accurate tracking information to keep customers informed.
Properties
| Name | Meaning |
|---|---|
| Order ID | The Amazon-defined order identifier in 3-7-7 format, used to specify which order's shipment is being confirmed. |
| Marketplace ID | The Amazon marketplace where the shipment operation is performed, e.g., Amazon.com (US), Amazon.co.uk (UK). |
| Carrier Code | The carrier code for the shipment, such as UPS, FedEx, or USPS, indicating which carrier is handling the shipment. |
| Tracking Number | The tracking number provided by the carrier to track the shipment. |
| Ship Date | The date and time when the shipment was made, in ISO 8601 format. Defaults to the current date and time if not specified. |
| Items | Details of the order items being shipped, including the order item ID and quantity shipped. |
Output
JSON
orderId- The Amazon order identifier for which the shipment was confirmed.marketplaceId- The marketplace ID where the shipment confirmation was made.carrierCode- The carrier code used for the shipment.trackingNumber- The tracking number associated with the shipment.shipDate- The date and time when the shipment was made.items- An array of objects detailing each order item shipped, including order item IDs and quantities.
Dependencies
- Amazon Selling Partner API
- An API key credential for Amazon SP-API authentication
Troubleshooting
- Ensure that the Order ID is in the correct 3-7-7 format as required by Amazon.
- Verify that the Marketplace ID matches the marketplace where the order was placed.
- Check that the Carrier Code is valid and recognized by Amazon (e.g., UPS, FedEx, USPS).
- Make sure the Tracking Number is accurate and corresponds to the carrier's tracking system.
- If the Ship Date is not provided, the node defaults to the current date and time; ensure this is acceptable for your use case.
- Common errors may include authentication failures due to invalid or expired API credentials, which require re-authentication or credential updates.
- Network or API rate limit errors may occur; retry after some time or check API usage limits.
Links
- Amazon Selling Partner API - Shipping API Reference - Official documentation for the Amazon SP-API Shipping endpoints, including shipment confirmation.