Actions18
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings Actions
- Finance Actions
- Analytics Actions
- Prices Actions
Overview
This node operation confirms a shipment for an Amazon order using the Amazon Selling Partner API. It is useful for sellers who need to update Amazon with shipment details such as carrier, tracking number, and shipped items. For example, after shipping an order, a seller can use this operation to notify Amazon that the shipment is confirmed, including shipment date and item quantities.
Use Case Examples
- Confirm shipment for an order with carrier UPS, providing tracking number and shipped items.
- Update shipment status for an order in a specific Amazon marketplace.
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, e.g., UPS, FedEx, USPS. |
| Tracking Number | The tracking number for the shipment, used to track the package. |
| Ship Date | The date and time of the shipment in ISO 8601 format. Defaults to the current date and time if not provided. |
| Items | A collection of order items being shipped, each with an Order Item ID and quantity shipped. |
Output
JSON
orderId- The Amazon order identifier for which the shipment was confirmed.shipmentStatus- The status of the shipment confirmation operation.carrierCode- The carrier code used for the shipment.trackingNumber- The tracking number provided for the shipment.shipDate- The date and time when the shipment was made.items- Details of the items shipped including order item IDs and quantities.
Dependencies
- Amazon Selling Partner API
- API authentication token or credentials for Amazon SP-API
Troubleshooting
- Ensure 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.
- Carrier Code and Tracking Number must be valid and recognized by Amazon.
- Ship Date should be in ISO 8601 format; if omitted, the current date/time is used.
- Check API credentials and permissions to confirm shipment operations are allowed.
Links
- Amazon Selling Partner API Shipping Documentation - Official documentation for shipment operations in the Amazon Selling Partner API.