Amazon Seller Order Fulfillment Workflow
Overview
1. Retrieve Order Details
API: Orders API
1.
Unshipped
, Pending
)2.
2. Inventory Availability Check
API: FBA Inventory API or Custom Inventory Management System
1.
getInventorySummaries
2.
3. Fulfillment Method Determination
Fulfillment Options
1.
2.
//TODO: Ignore this section(MF)
A. Merchant Fulfilled (MF) Workflow
API: Merchant Fulfillment API
1.
getEligibleShipmentServices
2.
createShipment
endpoint3.
B. Fulfilled by Amazon (FBA) Workflow
API: Fulfillment Outbound API
1.
2.
4. Shipment Confirmation
API: Orders API
updateShipmentStatus
5. Order Status Update
Workflow Stages
1.
2.
6. Customer Notification
API: Messaging API
Comprehensive API Workflow Summary
1.
2.
3.
4.
5.
6.