note:order fulfill API's link need to be replaced when it could show in web page successfully.
Order Fulfillment Scenario
Sellers who have their own channel of order fulfillment, needs to declare the fulfillment, in other words, filling in back the tracking number in Aliexpress system. The following picture shows the flow.
Generally speaking, there are 6 steps
1. Query order list
Query the orders periodically which have the status: “WAIT_SELLER_SEND_GOODS” and “SELLER_PART_SEND_GOODS”. These orders need to be filled in with tracking numbers.
2. Loop the list.
3. Obtain receipt address This step is for the seller to fulfill the order to the buyer in real world physically.
4. Obtain carrier name
Get carrier name which are currently supported in AliExpress. This step is for seller to declare fulfillment in Aliexpress system
5. Declare fulfillment in Aliexpress system.
The following table shows how to fill in the key fields in this API.
6. Send the goods to buyer physically in real world.
field |
How to fill in the field |
service_name |
corresponding to the field service_name in aliexpress.logistics.redefining.listlogisticsservice |
out_ref |
corresponding to the field order_id in aliexpress.solution.order.get |
logistics_no |
tracking number from seller |
sned_type |
the shipping type,including all shipments(all) or partially delivery(part) |