eBay大中华区API开发者平台 开发者专区

搜 索

对接正品保障(Authenticity Guarantee, AG)相关功能的实用妙招

发布时间:2026-01-19          最近刷新时间:2026-01-19


在对接eBay API的正品保障(Authenticity Guarantee, 下简称AG)相关功能时,开发者需了解以下特点:



1. 如商品所属分类符合条件,系统将根据分类规则自动将商品启用AG。


2. 与此同时,刊登还必须满足以下要求:

    · 至少提供一种运输方式

    · 处理时间(Handling time)不得超过三个工作日

    · 符合商品的刊登要求


3. 目前,AG适用于这些站点:美国(US)、澳大利亚(AU)、加拿大(CA)、德国(DE)和英国(GB)。

适用站点列表请参考AG帮助页面:

https://www.ebay.com/help/selling/selling-tools/ebay-authenticity-guarantee?id=4644


4. 如需判断特定刊登是否符合AG要求,开发者可调用Trading API的getItem接口,检查返回结果中的IsItemEMSEligible属性:

https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/GetItem.html#Response.Item.IsItemEMSEligible


5. 在创建商品刊登时,若该商品被系统启用AG,创建刊登的接口将会在响应中包括warning #21920343:

https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/Errors/ErrorMessages.htm#21920343


6. 对于需要寄送至正品鉴定中心(AG Center)的商品,eBay免费提供运输标签,可以在以下接口字段中查看:

Trading API – getOrders

字段 eBayEstimatedLabelCost = 0.0
https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/fieldindex.html#eBayEstimatedLabelCost

Fulfillment API – getOrders

字段 shippingLabelProvidedBy = EBAY
https://developer.ebay.com/api-docs/sell/fulfillment/resources/order/methods/getOrder#response.program.ebayShipping.shippingLabelProvidedBy


7. 同时,以下接口的返回结果中还将包含Program.AuthenticityVerification字段:

Trading API – getOrders
https://developer.ebay.com/devzone/xml/docs/reference/ebay/getorders.html#Response.OrderArray.Order.TransactionArray.Transaction.Program.AuthenticityVerification

Fulfillment API – getOrders
https://developer.ebay.com/api-docs/sell/fulfillment/resources/order/methods/getOrders#response.orders.program.authenticityVerification

 

如需了解详情,开发者可参考上述对应的API文档链接。