Integration Guide for TikTok Shop FDR
Why This Guide is Important
What is Fast Dispatch Rate (FDR)?
Orders paid before 4:00 PM (16:00): Must be handed over and scanned by the shipper by 11:59 PM (23:59) the same working day (Monday to Saturday).
Orders paid after 4:00 PM (16:00): Must be handed over and scanned by the shipper by 11:59 PM (23:59) the next working day.
What is Boxme Priority Fulfill?
How to Use Boxme Priority Fulfill for TikTok FDR (Just 2 Steps!)
Step 1: Find Orders Paid Between 2 PM and 4 PM
These are the orders that need special attention to meet the same-day shipping deadline.
Step 2: Tell Boxme to Prioritize These Orders
/api/v2/orders/fulfill/pack/
{
"tracking_number": "YOUR_BOXME_TRACKING_NUMBER", // Replace with actual Boxme tracking number
"self_shipment": {
"courier_name": "GHN", // Replace with the actual courier (e.g., J&T, SPX)
"courier_tracking_code": "THE_COURIER_TRACKING_CODE", // Replace with actual code from courier
"org_courier_name": "GHN" // Replace with the actual courier
},
"handover_method": "pickup", // Or 'dropoff' depending on your setup
"fulfill_type": "priority", // *** This is the important part for FDR ***
"fulfill_sla_time": 0, // Standard value, leave as 0 unless advised otherwise
"store_created_time": 1698768000, // Replace with the actual order creation timestamp (Unix format)
"shipping_label": "https://example.com/your_shipping_label.pdf" // Replace with the URL to the shipping label
}
Modified at 2025-04-16 07:24:37