sync_store_orders
Triggers manual synchronization of pending orders from a specific store. After sync, retrieve and display new orders using search_orders.
Instructions
手动触发店铺订单同步。同步成功后,必须立即调用 search_orders(传入相同的 store_id,status 为 AWAITING)查询刚同步过来的订单并展示给用户。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | 店铺ID | |
| platform | Yes | 平台名称,如 shopify / ecwid |