TikTok for SFCC: Order Management
Summary
- One-line takeaway: TikTok Shop orders have a 1-hour hold, defined fulfillment updates, and multiple cancellation paths.
- Core Value/Change: ① Orders auto-create in SFCC via CreateExternalOrder API ② initial status is New ③ payment uses SOCIAL_PAY
- Actionable Steps: ① For fulfillment, get package_id ② fetch shipping_provider_id ③ call Ship Package API with tracking
- Red Lines & Compliance: ① Buyers can cancel within 1 hour ② TikTok may cancel for fraud or 15-day no shipment ③ shipped orders may be tagged cancel after shipped
- Immediate next action: Configure test safeguards in staging/development
Order Creation
- When you place an order in TikTok Shop, the system automatically activates the CreateExternalOrder API. This results in the creation of the order in SFCC, tagged with the status c_externalOrderStatus as 'New'.
- Initially, orders placed in TikTok Shop are put on hold. They undergo a mandatory 1-hour pending period before the orders proceed to creation in SFCC.
- Ensure storefront protection is activated in both development and staging environments for a secure and accurate testing setup.
- Turn off the Payment Capture function to avoid real payment transactions during testing.
- Disable Order Confirmation Emails to prevent sending out automated emails during the testing phase.

Order Fulfillment
Integration of OMS with SFCC (Sending Order Updates to TikTok Shop via Webhook or Order Feed):
- Order Feed Generation in SFCC: Salesforce Commerce Cloud (SFCC) generates an order feed upon the placement of an order. This feed serves as a notification mechanism to alert TikTok Shop that a new order file is ready for collection.
- File Retrieval and Upload: Upon receiving the alert, the designated file is picked up from the provided location and uploaded into TikTok Shop. This action ensures that order shipment and delivery statuses are accurately reflected within the TikTok app, including the dispatch of relevant emails to customers regarding their order's shipment and delivery.
- Event Updates from OMS: Recommended for its immediacy, the Order Management System (OMS) directly sends event updates to SFCC.
- Status Pull from OMS by SFCC: SFCC can periodically query OMS to retrieve the latest order status updates.
- Batch Export from OMS: OMS can also export order status information in batches, which SFCC then processes to update order statuses accordingly.

Integration of OMS with TikTok Shop (Sending Order Updates to TikTok Shop via API):
- Retrieving Order Details: The Get Order Detail API is used to fetch the package_id essential for order processing.
- Identifying the Shipping Provider: The Get Shipping Provider API helps in obtaining the shipping_provider_id, crucial for specifying the logistics partner.
- Shipping Package: Finally, the Ship Package API is called with the package_id, tracking_number, and shipping_provider_id to officially mark the package as shipped, completing the order fulfillment process.

Order Cancellation
Buyer-initiated Cancellation (within 1-hour pending period)
- TikTok allows buyers to cancel an order within an hour of its placement.
- During this hour, all orders are held in TikTok Shop. If there is no cancellation from the buyer (or seller) within this timeframe, the order is then forwarded to SFCC.
- Throughout this pending period, the inventory corresponding to the order is decremented and reserved within the shop.

Buyer-initiated Cancellation (After 1-Hour Pending Period)
- If an order is canceled after the remorse period, TikTok Shop will utilize the GetOrder API to verify the current status of the order.
- If the order has not been shipped and the seller accepts the cancellation request, TikTok Shop will use the Patch/Order API to change the c_externalOrderStatus to 'CANCELLED'.
- If the order has already been shipped or if the cancellation request is rejected by the seller, the order cancellation will not proceed in TikTok Shop.

TikTok-initiated Cancellation
- TikTok Shop initiates an order cancellation if the order is flagged for fraud or has not shipped within 15 days by using the GetOrder API to check the order's status.
- If the order has not shipped, the Patch/Order API is called to set c_externalOrderStatus to 'CANCELLED'.
- If the order has already been shipped, the Patch/Order API is still called to set c_externalOrderStatus to 'CANCELLED', but with an additional 'cancel after shipped' tag.

Seller-initiated Cancellation via Webhook or Order Feed
- When the seller cancels an order, the OMS notifies SFCC, setting c_external_order_status to 'CANCELLED'. The order status in TikTok Shop is then updated accordingly through the order feed.
- Options for updating order status in SFCC include:
- OMS sending event updates.
- SFCC pulling status from OMS.
- OMS exporting order status in batches.

Seller-initiated Cancellation via API
- For cancellations initiated by the seller, the OMS communicates directly with TikTok Shop to update the order status via the fulfillment APIs.
- The process involves calling the Cancel Order API.

- The process involves calling the Cancel Order API.
You may also be interested in

USPS Manifest
The content below applies to Legacy TikTok Shipping. For more information about the upgraded TikTok…

How to Process "Shipped by Seller" Orders?
If you're using Seller shipping, our new tool makes the process of uploading your tracking number ea…

January 2026 Product Innovation
Logistics & Fulfillment New Logistics Module in Seller Center We’ve introduced a new Logistics modul…

September 2025 Product Innovation
Every month, we introduce new products and features designed to simplify store management, boost sal…

Definition and Calculation of FBT Penetration Rate
Definition and Calculation of FBT Penetration Rate Definition and Calculation Formula of FBT Penetra…

Splitting Orders into Separate Packages
Test accounts and orders for reference only. The actual interface may differ. Feature Overview The s…

How to combine multiple orders into a single package?
The demo screenshots are testing accounts for reference only. The actual interface may differ. Featu…

FBT Inbound Request (IBR) Creation and Management Process
Inbound Request Rules and Timeliness Requirements Correct location and warehouse: Goods in the inbou…

FBT Goods Creation, Matching, and Management Process
How to Create Goods and Match Them with SKU For products containing hazardous chemicals, refer to th…

Order Handling Capacity Tool
Key Points: The Order Handling Capacity (OHC) tool enables sellers to set an estimated number of the…