`你好,
我已成功获得通用品牌和产品类型 APPAREL_HEAD_NECK_COVERING 的 GTIN 豁免。但是,我在通过 REST API 将数据发布到我的亚马逊卖家账户时遇到了问题。具体来说,我收到以下错误:
以下是我所做的工作和正在使用的数据的摘要:
GTIN 豁免:成功获得品牌“Generic”和产品类型“APPAREL_HEAD_NECK_COVERING”。 API调用:使用REST API发布产品数据。
提前感谢您的帮助。`
I discovered that adding the supplier_declared_has_product_identifier_exemption field to my JSON payload resolved the issue. Here’s how you should include it:
"supplier_declared_has_product_identifier_exemption"=> [
[
"value"=>true,
"marketplace_id"=> "A17E79C6D8DWNP"
]