快工助手跨境电商知识与商机助手

Create FBT MCF Order

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_doctopic/compliancetopic/developer

资料正文

§1 Path: /fbt/202607/mcf_outbound_orders

#

§2 Method: [POST]

#

§3 Function Description

For orders created on other sales channels that require fulfillment via FBT, this API enables you to create corresponding orders (hereinafter referred to as MCF Orders). Once MCF Orders are successfully created, they will be automatically submitted to the FBT system for fulfillment.


#

§4 Common Parameters

For common parameters, refer to How to call TikTok Shop APIs - Common Parameters

Properties Location Type Require Sample Properties description
shop_cipherquerystringYGCP_XF90igAAAABh00qsWgtvOiGFNqyubMt3Use this property to pass shop information in requesting the API. Failure in passing the correct value when requesting the API for cross-border shops will return incorrect response.
Get by API Get Authorization Shop
content-typeheaderstringYapplication/jsonAllowed type: application/json
#

§5 Request Query Parameters

Properties Type Require Sample Properties description
app_keystringY38abcdEvery single app will have a unique key. Please use the specific key assigned to your app.
signstringY5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8cSignature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders.
timestampintY1623812664Unix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time.
#

§6 Request Body Parameters

Properties Type Require Sample Properties description
external_order_idstringYshopify202208291503530001100220033The corresponding order ID in your OMS.
goods[]objectYThe item IDs and quantities included in the order, where the items must be those managed in the FBT system.
^idstringY1234567Identifier for goods generated by Fulfilled by TikTok system
^quantityintY1The total number of items, i.e. the sum of the quantity of all goods, must not exceed 50.
consigneeobjectYThe consignee contact info
^namestringYusernameThe consignee name
^phone_numberstringY(+1)1211223910The phone number of consignee
^emailstringYusername@example.comThe email of consignee
^addressobjectYThe consignee address must be a valid address; if the address verification fails, no order will be created.
^^country_codestringYUSConsignee address country code in two-character ISO 3166-1 alpha-2 format.
^^state_or_regionstringYAlabamaConsignee address state or region
^^district_or_countystringNBaldwinConsignee address district or county
^^citystringYBay MinetteConsignee address city
^^address_line_1stringYApt. 302, 5th AveThe detail address line 1
^^address_line_2stringNSan JoseThe detail address line 2
^^postal_codestringN30518The postal code
#

§7 Request Sample

Query

https://open-api.tiktokglobalshop.com/fbt/202607/mcf_outbound_orders?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c&timestamp=1625484268&shop_cipher=ROW_RHkDDABBAAB8tKAVoAqsMTjsQZFLyNfY

Body

{"external_order_id":"shopify202208291503530001100220033","goods":[{"id":"1234567","quantity":1}],"consignee":{"name":"username","phone_number":"(+1)1211223910","email":"username@example.com","address":{"country_code":"US","state_or_region":"Alabama","district_or_county":"Baldwin","city":"Bay Minette","address_line_1":"Apt. 302, 5th Ave","address_line_2":"San Jose","postal_code":"30518"}}}
#

§8 Response Parameters

Properties Type Sample Properties description
codeint0The success or failure status code returned in API response.
messagestringSuccessThe success or failure messages returned in API response. Reasons of failure will be described in the message.
request_idstring202203070749000101890810281E8C70B7Request log
dataobjectSpecific return information
^mcf_orderobjectCreated order information
^^external_order_idstringshopify202208291503530001100220033The corresponding order ID in your OMS.
^^mcf_order_idstring7136104329798256386A unique ID that identifies different MCF orders
^^create_timeint1661756811The time when the mcf order is created
#

§9 Response Sample

{"code":0,"data":{"mcf_order":{"external_order_id":"shopify202208291503530001100220033","mcf_order_id":"7136104329798256386","create_time":1661756811}},"message":"Success","request_id":"202203070749000101890810281E8C70B7"}
#

§10 Error Code

For common error codes, refer to How to call TikTok Shop APIs - Common Error Code

Code Message
177001001Missing parameters or parameters have incorrect format
177001002Item data does not exist in the FBT system. You must provide valid item IDs; otherwise, the FBT system cannot fulfill the order.
177001003The address information has failed verification. Please check the validity of the address, Please make sure your address is accurate, check address via USPS ZIP Lookup Tool.
177001004Insufficient inventory; unable to fulfill the order. Please replenish the inventory or arrange delivery via alternative methods.
177001006The merchant has no permission to create external orders; please check your permissions or contact the platform.
177001007The external_order_number has been associated with an active MCF Order. The FBT system is currently processing the order delivery, and duplicate order creation is not allowed.
177001008The order creation rate limit has been exceeded; please reduce the call frequency or try again later.
177001009Internal error. Please try again. If the issue persists after multiple attempts, please contact platform support.
177001010Order information cannot be retrieved via the mcf_order_id you provided; please check if your ID is correct.
177001011address is unreachable
177001012order has been pushed to fulfillment system, cannot push again
177001013no permission,please pay for the FBT billing first
177001014the zipcode is wrong
177001015new goods have not yet arrived at the warehouse
177001016the maximum number of goods per order cannot exceed 99
#