Recommended Usage for Order Package APIs.
App order status | placed | paid | confirmed | packing | shipped | recieved |
---|---|---|---|---|---|---|
API package status | waiting | waiting | waiting | waiting | shipped | recieved |
Package Detail | NG | NG | OK | OK | OK | OK |
Query time type | created_at | updated_at | confirmed_at | updated_at | updated_at | updated_at |
Step1.
Retrieving order package after order placed by GET parameter time type "created_at" for API Package List.
Basically this activity for sellers' inventory update.
No details for end user and sku information.
Step2.
Retrieving order package details after order confirmed by GET parameter time type "confirmed_at" for API Package List.
The order package will be confirmed by RED after paid, and is available for retrieving by API Package Details.
Step3.
Get Express company by common API logistics companies for shipping.
Step4.
Synchronize express information by API package shipping.
Order canceled situation
End user may cancel the order after package confirmed, and seller should log into ark to review the canceling package.
Also APIs support for retrieving cancling packages by Package Canceling List and Package Canceling Audit