“ StandardProductID”的含义是什么? (ASIN)在亚马逊卖家库存中? [英] What is the meaning of "StandardProductID" (ASIN) in Amazon Seller inventory?

查看:2652
本文介绍了“ StandardProductID”的含义是什么? (ASIN)在亚马逊卖家库存中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在尝试使用XML文件通过feed api在Amazon卖家账户中创建产品。我看到xml中有一个用于 StandardProductID的标签,但是我想知道我们应该为亚马逊创建此ID还是让亚马逊在成功进行商品Feed操作后创建这些ID。
注意:我们正在将产品从Salesforce发送到亚马逊卖家帐户。
基本问题:

We are trying to create products in Amazon seller account via feed api using xml files . I saw there is a tag for "StandardProductID" in xml but I want to know that should we create this id for amazon or amazon will create these ids after successful product feed operation . NOTE : We are sending products from salesforce to Amazon seller account. Basic question :


  • StandardProductID ID(ASIN)的确切用法是什么?

  • 如果在首次创建产品时必须在xml中添加此ID,则如何创建此ID。
    谢谢!

推荐答案

StandardProductTypeID指定ASIN,UPC或EAN编号。如果有ASIN,则应使用ASIN,否则应使用UPC或EAN。例如:

The StandardProductTypeID specifies either an ASIN, UPC or EAN number. You should use the ASIN if you have it, otherwise the UPC or EAN. For example:

  <StandardProductID>
    <Type>ASIN</Type>
    <Value>B000LQLG7E</Value>
  </StandardProductID>

或者,如果您没有ASIN:

or, if you don't have the ASIN:

  <StandardProductID>
    <Type>UPC</Type>
    <Value>722470314639</Value>
  </StandardProductID>

这篇关于“ StandardProductID”的含义是什么? (ASIN)在亚马逊卖家库存中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆