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

For UK and EU Markets: Shipped by Platform - Edit Parcel Dimensions and Weight for Shipping Label Creation

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

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

来自 TikTok Shop 官方资料快照 ·

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

资料正文

§1 What is changing?

This update expands the existing Create Packages endpoint to UK and EU sellers and ISVs. Previously, this endpoint was used by US sellers and ISVs; With this change, UK/EU integrations can use it for shipping label creation and package submission flows. For the updated fulfillment flow, refer to the Fulfillment API Overview, specifically the Purchase shipping diagram. The change responds to shipping issues in Shipped by Platform (4PL orders), where auction-driven package consolidation and inaccurate product sizes can create shipping fee deviations. Sellers will be able to modify package size and weight during the shipping process, while Box Management supports commonly used box types and default box selection. The expected outcome is to reduce shipping fee deviations, merchant disputes, and carrier chargebacks.

#

§2 Affected API endpoints

Affected API endpoints

APIChange
Create Packages /fulfillment/202512/packagesExisting endpoint is now supported for UK/EU shipping flows. Request supports passing dimension and weight per order/line item; the platform uses the latest values for routing and shipping label purchase.
#

§3 Request parameters (Create Packages)

Request parameters (Create Packages)

The following request fields should be used when passing seller-edited package dimensions and weight:

FieldTypeNotes
data.orders[].line_items[].dimension.lengthstringPackage length. Length/width/height must be passed together.
data.orders[].line_items[].dimension.widthstringPackage width. Length/width/height must be passed together.
data.orders[].line_items[].dimension.heightstringPackage height. Length/width/height must be passed together.
data.orders[].line_items[].dimension.unitstringAllowed: CM, INCH. EU: use CM.
data.orders[].line_items[].weight.valuenumberNumerical value of package weight.
data.orders[].line_items[].weight.unitstringAllowed: GRAM, POUND. EU: use GRAM (g).
#

§4 Which markets are affected?

This change applies to EU and UK fulfillment/shipping flows.

#

§5 Who is affected?

ISVs whose integrations cover any of the following in EU/UK:

  • Shipping label download / package creation via Open API
  • Order fulfillment operations that need to reflect the seller’s latest packaging info
#

§6 What action is required?

  1. Update your Shipped by Platform (4PL) fulfillment flow to support the Create Packages endpoint for UK/EU shipping label creation and package submission. ++This is not a required flow change — ISVs should implement this as a configurable option++, choosing to either pass product-level dimensions and weight directly without seller confirmation, or present sellers with a review and edit step for length, width, height, and weight before creating the shipping label. Sellers with consistently accurate product dimensions may not need the additional confirmation step.
  2. Pass dimensions and weight in the Create Packages request, using CM for dimensions and GRAM for weight in EU/UK flows.
  3. Validate complete package data: when sending dimensions, always provide length + width + height together, and keep the values available for fulfillment, re-ship, dispute, and carrier chargeback workflows.
#

变化记录

相对上一发布版本,本文内容有变化。

本版没有改过这篇(或它是新增页),没有可比的上一版。

对照官方原文 ↗