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

For Indonesian market: Changes in Order and Finance APIs for Horizon+ Orders

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 For Indonesian market: Changes in Order and Finance APIs for Horizon+ Orders

The orders with tag "Horizon+" will hide shipping fees at sku prices, so the sku prices will be increased and the shipping fee will be reduced. There are changes in order and finance APIs for this type of order which are estimated to be effective on January 22, 2026. By using these API, the sellers can get the original sku prices and shipping fees. These original sku prices and shipping fees can also be checked at the seller center. Here is the list of changes:

  1. Get Order Detail (https://partner.tiktokshop.com/docv2/page/get-order-detail-202507) and Get Order List (https://partner.tiktokshop.com/docv2/page/get-order-list-202309) API

Response Parameters (Newly added fields in bond lines, existing fields with new logic in italic lines):

PropertiesTypeProperties descriptionNew logic
codeintThe success or failure status code returned in API response.
messagestringThe success or failure messages returned in API response. Reasons of failure will be described in the message.
request_idstringRequest log
dataobjectSpecific return information
>orders[]objectOrder information.
>>order_rightsintOrder tag identifier if has certain rights within the order based on the program subscribed by sellers. 1 = Shipping Fee Reimbursement Program 2 = Horizon+ Program Applicable for SEA market only
>>Payment[]objectPayment info about a TikTok Shop order.
>>>sub_totalstringBuyer paid subtotal of all the SKUs in the order. For the US market, this is pre-tax total amount.sub_total = original_total_product_price - seller_discount - platform_discount.SKUPriceRemainingAmount + SKUPriceOverchargeAmount
>>>shipping_feestringBuyer paid shipping fee. shipping_fee = original_shipping_fee - shipping_fee_seller_discount - shipping_fee_platform_discountFor the US market, this is pre-tax total amount.ShippingSalePrice (No change)
>>>original_shipping_feestringShipping fee before discountShippingListPrice (No Change)
>>>original_total_product_pricestringTotal original price of products (VAT included for crossborder shop).For the US market, this is pre-tax total amount.Total of SKUlistPrice, if the order is distance fee, then total of SKUOriginListPrice
>>>distance_shipping_feestringDistance shipping fee is fee that is charged by our logistics partner and covers the separate distance-based cost for deliveries outside Java island as a part of Horizon+ Program. Only applicable in ID Market.SKUPriceLogisticsAmount
>>>distance_fee_amountstringTotal distance fee for Horizon+ Program. Only applicable for ID marketSKUFreightEmbedAmount
>>line_items[]objectLine item info list.
>>>original_pricestringItem original price, please refer to the currency of payment_info.if hidden fee, then it shows SKUOriginListPrice, but if normal order then it shows SKUlistprice value
>>>salePricestringItem sale price, please refer to the currency of payment_info. For ID market, if order included in the horizon+ program, the saleprice is equal to final sale product without the distance feeItem subtotal after discount
>>>distance_shipping_feestringDistance shipping fee is fee that is charged by our logistics partner and covers the separate distance-based cost for deliveries outside Java island as a part of Horizon+ Program. Only applicable in ID Market.SKUPriceLogisticsAmount
>>>distance_fee_amountstringTotal distance fee for Horizon+ Program. Only applicable for ID marketSKUFreightEmbedAmount
  1. Get Price Detail API (https://partner.tiktokshop.com/docv2/page/get-price-detail-202407)

Response Parameters (Newly added fields in bond lines, existing fields with new logic in italic lines):

PropertiesTypeProperties descriptionNew Calculation
codeintThe success or failure status code returned in API response.
messagestringThe success or failure messages returned in API response. Reasons of failure will be described in the message.
request_idstringRequest log
dataobjectSpecific return information
>sku_list_pricestringTotal MSRP price of the products.if hidden fee, then it shows SKUOriginListPrice, but if normal order then it shows SKUlistprice value
>subtotalstringTotal promotional sale price of the products including tax. Calculation: sku_sale_price + subtotal_tax_amountSKUPriceRemainingAmount + SKUPriceOverchargeAmount
>sku_sale_pricestringTotal promotional sale price of the products. Calculation: sku_list_price - subtotal_deduction_seller - subtotal_deduction_platform For ID market, if order included in the horizon+ program, the saleprice is equal to final sale product without the distance feeNew field from pricedetail = SkuListPrice - Platform discount on items - Seller discount on items - Distant Shipping fee from Horizon Program - SkuPriceOverChargePlatformAmount = SkuPriceRemainingAmount + SkuPriceOverChargeAmount
>shipping_list_pricestringOriginal shipping priceShippingListPrice (No change)
>shipping_sale_pricestringPromotional shipping price Calculation: shipping_list_price - shipping_fee_deduction -shipping_fee_deduction_platformShippingSalePrice (No Change)
>distance_shipping_feestringDistance shipping fee is fee that is charged by our logistics partner and covers the separate distance-based cost for deliveries outside Java island as a part of Horizon+ Program. Only applicable in ID Market.take from SkuPriceLogisticsAmount
>distance_feestringTotal distance fee for Horizon+ Program. Only applicable for ID marketSKUFreightEmbedAmount
line_items[]objectEach object is the same as the "data" field (line 5) without "line_items".
>subtotalstringTotal promotional sale price of the products including tax. Calculation: sku_sale_price + subtotal_tax_amountConfirm to RD
>sku_list_pricestringTotal MSRP price of the products.if hidden fee, then it shows SKUOriginListPrice, but if normal order then it shows SKUlistprice value
>sku_sale_pricestringTotal promotional sale price of the products. Calculation: sku_list_price - subtotal_deduction_seller - subtotal_deduction_platform For ID market, if order included in the horizon+ program, the saleprice is equal to final sale product without the distance feeItem subtotal after discount
>shipping_list_pricestringOriginal shipping priceShippingListPrice (No change)
>shipping_sale_pricestringPromotional shipping price Calculation: shipping_list_price - shipping_fee_deduction -shipping_fee_deduction_platformShippingSalePrice (No Change)
>distance_shipping_feestringDistance shipping fee is fee that is charged by our logistics partner and covers the separate distance-based cost for deliveries outside Java island as a part of Horizon+ Program. Only applicable in ID Market.take from SkuPriceLogisticsAmount
>distance_feestringTotal distance fee for Horizon+ Program. Only applicable for ID marketSKUFreightEmbedAmount
  1. Statement APIs changes
API namechangesScreenshot
Get Statements (https://patner.tiktokshop.com/docv2/page/get-statements-202309)* fee_amount will add distant_shipping_fee value * revenue_amount will add distant_item_fee valueImage
Get Transactions by Order (https://partner.tiktokshop.com/docv2/page/get-transactions-by-order-202501)* shipping_cost_amount will add distant_shipping_fee value * revenue_amount will add distant_item_fee value * A new field “distant_shipping_fee” will be shown under shipping_cost_breakdown object * A new field “distant_item_fee” will be shown under revenue_breakdown objectImage
Get Transactions by Statement (https://patner.tiktokshop.com/docv2/page/get-transactions-by-statement-202501)* total_settlement_amount will add distant_shipping_fee value * total_shipping_cost_amount will add distant_shipping_fee value * shipping_cost_amount will add distant_shipping_fee value * revenue_amount will add distant_item_fee value * A new field “distant_shipping_fee” will be shown under shipping_cost_breakdown object * A new field “distant_item_fee” will be shown under revenue_breakdown objectImage Image
Get Unsettled Transactions (https://partner.tiktokshop.com/docv2/page/get-unsettled-transactions-202507)* sum_est_fee_amount will add distant_shipping_fee value * sum_est_revenue_amount will add distant_item_fee value * est_revenue_amount will add distant_item_fee value * est_shipping_cost_amount will add distant_shipping_fee value * A new field “distant_shipping_fee” will be shown under shipping_cost_breakdown object * A new field “distant_item_fee” will be shown under revenue_breakdown objectImage Image
#

§2 Which markets are affected?

The updates of the requirements apply to the Local to Local sellers for the Indonesian market.

#

§3 Who is affected?

Developers with applications that use APIs shown above

#

§4 Which version is applicable?

The updates of the requirements apply to the versions shown above.

#

§5 What action is required?

Developers need to check whether to use APIs shown above and handle the related error messages.

#