使用 XML管理亚马逊商品教程2——库存上传数据-ESG跨境

使用 XML管理亚马逊商品教程2——库存上传数据

亚马逊观察
亚马逊观察
2022-03-26
点赞icon 0
查看icon 835

使用 XML管理亚马逊商品教程2——库存上传数据

更新可售商品数量 — 库存输入数据架构


描述

库存上传数据使您能够更新商品的库存数量(库存水平)。

对于您仅在 Amazon.com 出售的每件商品,请提交您当前有货的确切数量。如果您采用多种销售渠道,我们建议:一旦您的可用库存达到您指定的水平,请配置您的系统已发送数量为零的值。当数量大于零时,购买按钮被激活,每个订单的数量呈递减状态。当数量达到零时,除非您发送补货值,否则该商品在 Amazon.com 上不能购买。

通过指定“配送延迟”的值,库存上传数据也可以用来表明配送给定商品的交付周期。如果未发送值,将使用两个工作日这一默认值。


词典

元素

描述

SKU

用来识别每一件单独商品。每件商品必须有一个 SKU,并且每个 SKU 必须是唯一的。

FulfillmentCenterID

卖家为运营中心定义的编码(亚马逊不使用)

空闲

指明该商品是否有货("true" 表示有货;"false" 表示无货)

请注意:该元素可以用来代替下面的“数量”元素。

数量

指明该商品是否有货(正数表示有货;零表示无货)。每次提交一件商品的数量,现有数量会被上传数据中新的数量所代替。

请注意:该元素可以用来代替上面的“有货”元素。

补货日期

为商品补货的日期(如果目前不可用)

配送延迟

订单日期和配送日期之间的天数

切换运送方式

仅当将商品的配送从 MFN(卖家自行配送)切换到 AFN()时使用,反之亦然

请注意:使用 AFN 需要在 中心计划中注册。


XSD

https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Inventory.xsd

<?xml version="1.0" ?>
<!- Revision="$Revision: #3 $"
  -->
<xsd:schema elementFormDefault="qualified">
  <xsd:include schemaLocation="amzn-base.xsd" />
<xsd:element name="Inventory">
<xsd:complexType>
<xsd:sequence>
  <xsd:element ref="SKU" />
  <xsd:element ref="FulfillmentCenterID" minOccurs="0" />
<xsd:choice>
  <xsd:element name="Available" type="xsd:boolean" />
  <xsd:element name="Quantity" type="xsd:nonNegativeInteger" />
<xsd:element name="Lookup">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
  <xsd:enumeration value="FulfillmentNetwork" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:choice>
  <xsd:element name="RestockDate" type="xsd:date" minOccurs="0" />
  <xsd:element name="FulfillmentLatency" type="xsd:positiveInteger" minOccurs="0" />
<xsd:element name="SwitchFulfillmentTo" minOccurs="0">
<!-
 如果您要更换商品的配送方法,
                          请使用该元素。 
                       如果您是从 AFN 切换到 MFN,请使用 "MFN"
                       如果您是从 MFN 切换到 AFN,请使用 "MFN"
  -->
<xsd:simpleType>
<xsd:restriction base="xsd:string">
  <xsd:enumeration value="MFN" />
  <xsd:enumeration value="AFN" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:schema>


示例

<?xml version="1.0" encoding="utf-8" ?>
<AmazonEnvelope noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
  <DocumentVersion>1.01</DocumentVersion>
  <MerchantIdentifier>M_SELLER_354577</MerchantIdentifier>
  </Header>
  <MessageType>库存</MessageType>
<Message>
  <MessageID>1</MessageID>
  <OperationType>更新</OperationType>
<Inventory>
  <SKU>ASUSVNA1</SKU>
  <Quantity>8</Quantity>
  <FulfillmentLatency>1</FulfillmentLatency>
  </Inventory>
  </Message>
<Message>
  <MessageID>2</MessageID>
  <OperationType>更新</OperationType>
<Inventory>
  <SKU>ASUS8VM</SKU>
  <Quantity>6</Quantity>
  <FulfillmentLatency>1</FulfillmentLatency>
  </Inventory>
  </Message>
</AmazonEnvelope>

如果您参与了“亚马逊配送”计划,您可以通过将“运营中心编号”替换为当地“中心”,使用“库存上传数据”将商品由“卖家自行配送”(MFN) 切换到“”(AFN),反之亦然。


例如:将商品切换到“亚马逊配送”(AFN)

<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
         <Header>
                 <DocumentVersion>1.01</DocumentVersion>
                 <MerchantIdentifier>M_tokenhere_12345</MerchantIdentifier>
         </Header>
         <MessageType>库存</MessageType>
         <Message>
                 <MessageID>1</MessageID>
                 <OperationType>更新</OperationType>
                 <Inventory>
                          <SKU>2000578900007 </SKU>
                          <FulfillmentCenterID>AMAZON_NA</FulfillmentCenterID>
                          <Lookup>配送网络</Lookup>
                          <SwitchFulfillmentTo>AFN</SwitchFulfillmentTo>
                 </Inventory>
         </Message>

</AmazonEnvelope>

Update Quantity Available -  Inventory Feed Schema


Description

The Inventory feed allows you to update inventory quantities (stock levels) for your items.

For each item you offer only on Amazon, send the exact number you currently have in stock. If you use multiple sales channels, we recommend configuring your systems to send a value of zero once your available inventory reaches a level you specify. When the quantity is greater than zero, the buy button is activated and the quantity is decremented with each order. When the quantity reaches zero, the item is no longer available for purchase on Amazon until you send a replenishment value.

The inventory feed can also be used to indicate the lead time to ship a given item by specifying a value for FulfillmentLatency. If no value is sent, the default value of two business days is used.


Dictionary

ElementDescription
SKUUsed to identify an individual product. Each product must have a SKU, and each SKU must be unique.
FulfillmentCenterIDSeller-defined identifier for a fulfillment center (not used by Amazon)
AvailableIndicates whether or not the item is available (true = available; false = not available)

Note: This element can be used instead of the "Quantity" element below.

QuantityIndicates whether or not an item is available (any positive number = available; 0 = not available). Every time a quantity is sent for an item, the existing quantity is replaced by the new quantity in the feed.

Note: This element can be used instead of the "Available" element above.

RestockDateDate the item will be restocked, if not currently available
FulfillmentLatencyThe number of days between the order date and the ship date
SwitchFulfillmentToUsed only when switching the fulfillment of an item from MFN (merchant fulfilled) to AFN (Amazon fulfilled) or vice versa

Note: Use of AFN requires enrollment in the Fulfillment by Amazon program.


XSD

https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Inventory.xsd

<?xml version="1.0" ?><!- Revision="$Revision: #3 $"  --><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">  <xsd:include schemaLocation="amzn-base.xsd" /><xsd:element name="Inventory"><xsd:complexType><xsd:sequence>  <xsd:element ref="SKU" />  <xsd:element ref="FulfillmentCenterID" minOccurs="0" /><xsd:choice>  <xsd:element name="Available" type="xsd:boolean" />  <xsd:element name="Quantity" type="xsd:nonNegativeInteger" /><xsd:element name="Lookup"><xsd:simpleType><xsd:restriction base="xsd:string">  <xsd:enumeration value="FulfillmentNetwork" />  </xsd:restriction>  </xsd:simpleType>  </xsd:element>  </xsd:choice>  <xsd:element name="RestockDate" type="xsd:date" minOccurs="0" />  <xsd:element name="FulfillmentLatency" type="xsd:positiveInteger" minOccurs="0" /><xsd:element name="SwitchFulfillmentTo" minOccurs="0"><!- Use this element if you are switching the                          fulfillment method for your item.                        If you are switching from AFN to MFN, use "MFN"                       If you are switching from MFN to AFN, use "AFN"  --><xsd:simpleType><xsd:restriction base="xsd:string">  <xsd:enumeration value="MFN" />  <xsd:enumeration value="AFN" />  </xsd:restriction>  </xsd:simpleType>  </xsd:element>  </xsd:sequence>  </xsd:complexType>  </xsd:element>  </xsd:schema>


Example

<?xml version="1.0" encoding="utf-8" ?><AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd"><Header>  <DocumentVersion>1.01</DocumentVersion>  <MerchantIdentifier>M_SELLER_354577</MerchantIdentifier>  </Header>  <MessageType>Inventory</MessageType><Message>  <MessageID>1</MessageID>  <OperationType>Update</OperationType><Inventory>  <SKU>ASUSVNA1</SKU>  <Quantity>8</Quantity>  <FulfillmentLatency>1</FulfillmentLatency>  </Inventory>  </Message><Message>  <MessageID>2</MessageID>  <OperationType>Update</OperationType><Inventory>  <SKU>ASUS8VM</SKU>  <Quantity>6</Quantity>  <FulfillmentLatency>1</FulfillmentLatency>  </Inventory>  </Message></AmazonEnvelope>


If you participate in the Fulfillment by Amazon program, you can use the Inventory Feed to switch a product from "Fulfilled by Merchant" (MFN) to "Fulfilled by Amazon" (AFN) and vice versa, by replacing the FulfillmentCenterID with the fulfillment center for your locale.


Example: Switching a product to "Fulfilled by Amazon" (AFN)

<?xml version="1.0" encoding="UTF-8"?><AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">         <Header>                 <DocumentVersion>1.01</DocumentVersion>                 <MerchantIdentifier>M_tokenhere_12345</MerchantIdentifier>         </Header>         <MessageType>Inventory</MessageType>         <Message>                 <MessageID>1</MessageID>                 <OperationType>Update</OperationType>                 <Inventory>                          <SKU>2000578900007</SKU>                          <FulfillmentCenterID>AMAZON_NA</FulfillmentCenterID>                          <Lookup>FulfillmentNetwork</Lookup>                          <SwitchFulfillmentTo>AFN</SwitchFulfillmentTo>                 </Inventory>         </Message></AmazonEnvelope>


点击咨询现在有哪些新兴平台值得关注 >>>


特别声明:以上文章内容仅代表作者本人观点,不代表ESG跨境电商观点或立场。如有关于作品内容、版权或其它问题请于作品发表后的30日内与ESG跨境电商联系。

搜索 放大镜
ESG专业服务案例
查看
1
1个月孵化,GMV增长4400%
【能解决问题的才叫资源 能赚钱的才叫专业】 >> Gmarket卖家店铺经过ESG跨境客户经理优化,月GMV达到20万美金!
2
对接平台官方关键人,3天解封店铺
【精准资源对接 极速解决问题】 >> ESG跨境帮我解决了韩国平台店铺异常问题——运营韩国平台的卖家
3
ESG速度!5小时,PayPal解封
【用资源解决难题 以效率展现专业】 >> ESG拥有Paypal支付和Onbuy平台双绿通道为卖家保驾护航!
4
据理力争,客户产品喜获0竞争绿洲
【只要资源好 跨境弯路少】>> ESG跨境通过专业市场调研分析产品数据,向平台争取机会,卖家成功上架市场热卖而平台稀缺产品,拓展了西班牙新商机!
ESG跨境福利分享群
加入
ESG跨境福利分享群
扫码进群
跨境福利分享群
加入
跨境福利分享群
扫码进群
亚马逊&跨境增长交流群
加入
亚马逊&跨境增长交流群
扫码进群
韩国平台交流群
加入
韩国平台交流群
扫码进群
美国卖家交流群
加入
美国卖家交流群
扫码进群
拉美电商交流群
加入
拉美电商交流群
扫码进群
欧洲多平台交流群
加入
欧洲多平台交流群
扫码进群
官网平台顾问咨询
加入
官网平台顾问咨询
扫码进群
官网底部二维码
加入
官网底部二维码
扫码进群
CD平台自注册指南
韩国平台站内推广指南-Gmarket Global
韩国大促热销品预测
开店大全-日韩篇
开店大全-欧洲篇
开店大全-蓝海篇
开店大全-北美篇
开店大全-南亚篇
开店大全-土耳其篇
跨境电商运营大全
在线咨询
亚马逊平台顾问
亚马逊平台问题,问我吧!
通过ESG入驻平台,您将解锁
绿色通道,更高的入驻成功率
专业1v1客户经理服务
运营实操指导
运营提效资源福利
平台官方专属优惠
betvictor代理

立即登记,定期获得更多资讯

订阅
联系顾问

平台顾问

平台顾问 平台顾问

微信扫一扫
马上联系在线顾问

icon icon

小程序

微信小程序

ESG跨境小程序
手机入驻更便捷

icon icon

返回顶部

进行中
全球平台详解——蓝海篇
报名中
Baidu
map