Complete the TikTok Shop OAuth flow to obtain a seller access token with the required order and fulfillment scopes from the Partner Center.
Retrieve open orders using the Order API's search/list endpoint with a status filter for `AWAITING_SHIPMENT`; use cursor-based pagination to handle large result sets.
For each order, extract `order_id`, line item details, and the shipping address from the order response.
When items ship, call the Fulfillment API's ship-package endpoint with the `order_id`, `package_id`, tracking number, and carrier information.
Verify fulfillment status by re-querying the order and checking that its status has transitioned to `SHIPPED` or `IN_TRANSIT`.
Adhere to the standard tier rate limit (check the current limit in the Partner Center documentation; third-party sources report 100 requests per minute per store for standard tier); use batch endpoints for order status updates where available.
Known gotchas
TikTok Shop API versioning follows a date-based scheme (e.g., 202309); older versions are deprecated on a published schedule — subscribe to the Partner Center changelog to avoid breaking changes.
Access tokens are short-lived; implement refresh token rotation and store tokens securely — a lapsed token during order processing can cause fulfillment delays and buyer escalations.
TikTok Shop availability and API feature sets vary by region (US, UK, Southeast Asia); endpoints and required fields may differ between markets — test in the specific regional sandbox.
Give your agent this knowledge — and 200+ more routes
One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp