来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Can I update orders' "order_status" to "COMPLETED" in the sandbox/test-stable environment?
Can I update orders' "order_status" to "COMPLETED" in the sandbox/test-stable environment?
a. Integrated Logistics: Since packages in the test environment cannot be genuinely accepted by logistics, after shipping (obtaining the "tracking_number"), the system will automatically change the order's "order_status" to "SHIPPED" (“order_status”: SHIPPED) after 10 minutes. Then, 1 minute after being marked as shipped, the status will change to "To_Confirm_Receipt" (“order_status”: To_Confirm_Receive). Once the buyer clicks "Complete Order" from their end (path: Purchase List > Awaiting Receipt), the "order_status" will be updated to "COMPLETED" (“order_status”: COMPLETED).
b. Non-Integrated Logistics: After shipping ("tracking_number" is entered in the request body of the "v2.logistics.ship_order" API call), the system will directly change the "order_status" to "To_Confirm_Receipt" (“order_status”: To_Confirm_Receive). Once the buyer clicks "Complete Order" from their end, the "order_status" will be updated to "COMPLETED" (“order_status”: COMPLETED).
