Amazon Seller Order Fulfillment Workflow
Overview#
This guide provides a comprehensive workflow for processing and fulfilling orders on the Amazon Selling Partner platform, covering everything from order retrieval to customer notification.1. Retrieve Order Details#
API: Orders API
#
Purpose: Fetch comprehensive information about a customer's order1.
Retrieve Order-Level DetailsCollect buyer information
Verify order status (e.g., Unshipped
, Pending
)
2.
Get Order Item InformationRetrieve Product ASIN/SellerSKU
2. Inventory Availability Check#
API: FBA Inventory API or Custom Inventory Management System#
Purpose: Validate stock levels and order fulfillabilityVerify inventory for each order item
Confirm sufficient stock levels
Inventory Validation Process:2.
Manage Low-Stock Scenarios:Generate buyer notifications
Implement backorder procedures
Potentially cancel unavailable items
3. Fulfillment Method Determination#
Fulfillment Options#
1.
Seller manages entire shipping process
Uses own logistics or Amazon Buy Shipping
2.
Fulfilled by Amazon (FBA)Amazon handles complete shipping logistics
Inventory stored in Amazon's fulfillment centers
//TODO: Ignore this section(MF)
A. Merchant Fulfilled (MF) Workflow#
API: Merchant Fulfillment API#
1.
Retrieve Shipping ServicesUse getEligibleShipmentServices
Select optimal carrier/service
2.
Select carrier and shipping speed
Use createShipment
endpoint
3.
Apply generated shipping label
Obtain carrier tracking number
B. Fulfilled by Amazon (FBA) Workflow#
API: Fulfillment Outbound API#
1.
Submit order details to Amazon
Request Amazon-managed shipping
4. Shipment Confirmation#
API: Orders API#
Carrier name (for Merchant Fulfilled)
5. Order Status Update#
Workflow Stages#
2.
All order items dispatched
6. Customer Notification#
API: Messaging API#
Purpose: Proactive Customer CommunicationComprehensive API Workflow Summary#
1.
Use Orders API to gather complete order details
2.
Confirm stock availability
Manage potential stock issues
3.
Merchant Fulfilled: Self-manage shipping
Amazon FBA: Leverage Amazon's logistics
4.
Update Amazon with shipping details
Provide tracking information
5.
Send detailed shipping notifications
6.
Close order in Amazon's platform
Modified at 2024-12-05 10:58:37