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

Significant OpenAPI Updates

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

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

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.announcements
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/announcementtopic/apitopic/api-ordertopic/api-paymenttopic/changelogtopic/developertopic/openapi-updates

资料正文

§1 Significant OpenAPI Updates

Dear Developers

Please find below the OpenAPI updates released this time. These changes aim to enhance functionality, improve flexibility, and provide better integration support.

#

§2 1. [VN Only] Add ‘household’ type in ‘invoice_type’ field

1. [VN Only] Add ‘household’ type in ‘invoice_type’ field

In the Vietnamese (VN) tax system, the Household Receipt is a legal electronic invoice type for individual consumers, primarily used to record household or personal consumption, not for corporate accounting purposes. This invoice type is regulated by the Vietnamese tax system and is being gradually rolled out in e-commerce transactions.

To support this invoice type, the Shopee Open API has extended the capabilities of the v2.order.get_buyer_invoice_info API. After the update:

  • The ‘invoice_type’ field now returns the value ‘household’.
  • The response now includes a ‘household_address_breakdown’ field, used to return detailed address information for Household invoices.

Specific updates are as follows:

NameTypeDescription
invoice_typestringType of invoice requested: {1: personal, 2: company,3.household(NEW)}.
household_address_breakdownobjectHousehold address breakdown-Only for VN
>>household_regionstringRegion of the household address.
>>household_statestringState of the household address.
>>household_citystringCity of the household address.
>>household_provincestringProvince of the household address.
>>household_districtstringDistrict of the household address.
>>household_townstringTown of the household address.
>>household_barangaystringBarangay of the household address.
>>household_postcodestringPostal code of the household address.
>>household_detailed_addressstringDetailed street address of the household.
>>household_additional_infostringAdditional address information provided by the buyer.
>>household_full_addressstringFull formatted household address.

Related APIs:

v2.order.get_buyer_invoice_info

Effective Date on Live:

Lived

#

§3 2. [TH Only] New Response Field th_import_duty

2. [TH Only] New Response Field th_import_duty

Thailand has introduced Import Duty on imported goods priced less than 1,500 THB, effective 1 Jan 2026.

To support this change, a new response field th_import_duty is added to Open API payment interfaces.

API & Field Update

APIResponse FieldDescription
v2.payment.get_escrow_detailth_import_duty[TH only] Import Duty collected for goods entering Thailand
v2.payment.get_escrow_detail_batchth_import_duty[TH only] Import Duty collected for goods entering Thailand

Related APIs:

v2.payment.get_escrow_detail

v2.payment.get_escrow_detail_batch

Effective Date on Live:

Lived

尊敬的开发者

请查收本次的 OpenAPI 功能更新。这些改动旨在提升功能灵活性、优化使用体验,并为集成提供更好的支持。

#

§4 1. 【仅适用于VN】invoice_type新增返回“household”类型

1. 【仅适用于VN】invoice_type新增返回“household”类型

在越南(VN)税务体系中,Household Receipt(家庭户发票)是一种面向个人消费者的合法电子发票类型,主要用于记录家庭或个人消费场景,而非企业财务入账用途。该发票类型由越南税务系统规范管理,并在电商交易场景中逐步推广使用。

为支持该发票类型,Shopee Open API 对 v2.order.get_buyer_invoice_info 接口进行了能力扩展。更新后:

  • invoice_type 字段新增返回值 household
  • 响应中新增 household_address_breakdown 字段,用于返回 Household 发票的详细地址信息

具体接口更新如下:

NameTypeDescription
invoice_typestringType of invoice requested: {1: personal, 2: company,3.household(NEW)}.
household_address_breakdownobjectHousehold address breakdown -Only for VN
>>household_regionstringRegion of the household address.
>>household_statestringState of the household address.
>>household_citystringCity of the household address.
>>household_provincestringProvince of the household address.
>>household_districtstringDistrict of the household address.
>>household_townstringTown of the household address.
>>household_barangaystringBarangay of the household address.
>>household_postcodestringPostal code of the household address.
>>household_detailed_addressstringDetailed street address of the household.
>>household_additional_infostringAdditional address information provided by the buyer.
>>household_full_addressstringFull formatted household address.

影响接口:

v2.order.get_buyer_invoice_info

上线时间:

Lived

#

§5 2.【仅适用于TH】新增响应字段 th_import_duty

2.【仅适用于TH】新增响应字段 th_import_duty

自 2026 年 1 月 1 日 起,泰国对 价格低于 1,500 泰铢的进口商品 收取进口关税。

为支持此变更,Open API Payment 接口新增响应字段 th_import_duty。

API 及字段更新

接口响应字段说明
v2.payment.get_escrow_detailth_import_duty【仅限TH】 针对进入泰国的货物征收的进口关税
v2.payment.get_escrow_detail_batchth_import_duty【仅限TH】 针对进入泰国的货物征收的进口关税

影响接口:

v2.payment.get_escrow_detail

v2.payment.get_escrow_detail_batch

上线时间:

已上线

#