{"messageId":1,"code":"90000900","severity":"ERROR","message":"The attributes are invalid.","attributeName":"item_type_keyword"} 请问这个item_type_keyword字段传什么值呢?总是无效
查看更多
item_type_keyword 是用来唯一标识您的产品类型的属性,通常用于描述产品的类别或特定类型。它是一个字符串类型的参数,帮助系统理解您的商品属于哪个具体类别。
传参时,您需要提供符合该产品类别的关键词。例如,如果您的产品是电子产品中的手机,item_type_keyword 可能是 "smartphone";如果是服装,可能是 "t-shirt"。比如:
'item_type_keyword' => array ( 0 => array ( 'value' => 'smartphone', 'marketplace_id' => 'ATVPDKIKX0DER', )
),
发布 问题
公众 平台
分享 好友
回到 顶部