使用 XML 管理亞馬遜商品教程4——圖片輸入數(shù)據(jù)架構(gòu)-ESG跨境

使用 XML 管理亞馬遜商品教程4——圖片輸入數(shù)據(jù)架構(gòu)

亞馬遜觀察
亞馬遜觀察
2022-03-26
點(diǎn)贊icon 0
查看icon 883

使用 XML 管理亞馬遜商品教程4——圖片輸入數(shù)據(jù)架構(gòu)

發(fā)送商品圖片 — 圖片輸入數(shù)據(jù)架構(gòu)


描述

圖片類型和用途:

  • 父項(xiàng) SKU 主圖片:一般僅用于搜索和瀏覽頁面。

  • 子項(xiàng) SKU 主圖片:用于商品詳情頁面。這必須只顯示正在銷售的商品。

  • 備用圖片:應(yīng)展示商品的不同側(cè)面和/或“主要圖片”中沒有顯示的詳情,或者正在使用的商品。您可為每個 SKU 最多提供 8 張備用圖片。備用視圖在商品詳情頁面顯示為縮略圖,在滾動或者單擊時圖片會放大。

  • 樣品圖片:一些詳情頁面右側(cè)顯示的縮略圖,用于展示面料或材料的顏色或近距離特寫。所有子項(xiàng) SKU 必須提供這些圖片,它們必須僅顯示所銷售的特定顏色/商品的顏色或面料。

  • 主要供應(yīng)圖片 — 商品主要照片,顯示在“更多賣家報價”頁面。商品照片必須只用于顯示“二手”和“收藏品”狀況。商品圖片應(yīng)該描述您銷售的商品的特征,并且敘述能夠幫助買家判斷其狀況和值的其他屬性。

  • 供應(yīng)圖片 -1、-2、-3、-4、-5 — 其他“二手”和“收藏品”的圖片。


注意:在上傳數(shù)據(jù)處理進(jìn)程中,圖片必須存儲在不帶密碼保護(hù)的 Web 服務(wù)器上,以便亞馬遜能找回它們。每個提交的圖片都必須有一個完整的 URL,比如 http://mystore.com/images/1234.jpg。亞馬遜不能訪問存儲在受到保護(hù)的 URL (http) 中的圖片,因此一定要確保使用 http。

圖片標(biāo)準(zhǔn):請查看 商品圖片和 商品照片了解不同的標(biāo)準(zhǔn)。


XSD

https://images-na.ssl-images-amazon.com/imagesG/01/rainier/help/xsd/release_1_9/ProductImage.xsd

<?xml version="1.0" ?>
<!- Revision="$Revision: #5 $"
  -->
<xsd:schema elementFormDefault="qualified">
  <xsd:include schemaLocation="amzn-base.xsd" />
<xsd:element name="ProductImage">
<xsd:complexType>
<xsd:sequence>
  <xsd:element ref="SKU" />
<xsd:element name="ImageType">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
  <xsd:enumeration value="Main" />
  <xsd:enumeration value="Swatch" />
  <xsd:enumeration value="BKLB" />
  <xsd:enumeration value="PT1" />
  <xsd:enumeration value="PT2" />
  <xsd:enumeration value="PT3" />
  <xsd:enumeration value="PT4" />
  <xsd:enumeration value="PT5" />
  <xsd:enumeration value="PT6" />
  <xsd:enumeration value="PT7" />
  <xsd:enumeration value="PT8" />
  <xsd:enumeration value="Search" />
  <xsd:enumeration value="PM01" />
  <xsd:enumeration value="MainOfferImage" />
  <xsd:enumeration value="OfferImage1" />
  <xsd:enumeration value="OfferImage2" />
  <xsd:enumeration value="OfferImage3" />
  <xsd:enumeration value="OfferImage4" />
  <xsd:enumeration value="OfferImage5" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  <xsd:element name="ImageLocation" type="xsd:anyURI" minOccurs="0" />
  </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>
<ProductImage>
  <SKU>ASUSVNA1</SKU>
  <ImageType>主要</ImageType>
  <ImageLocation>http://www.abc.com/images/ASUSVNA1.gif</ImageLocation>
  </ProductImage>
  </Message>
<Message>
  <MessageID>2</MessageID>
  <OperationType>更新</OperationType>
<ProductImage>
  <SKU>ASUSVNA1987/4G</SKU>
  <ImageType>主要</ImageType>
  <ImageLocation>http://www.abc.com/images/ASUSVNA1987.jpg</ImageLocation>
  </ProductImage>
  </Message>
</AmazonEnvelope>

Send Product Images - Image Feed Schema


Description

Image Types and Uses:

  • Parent SKU main image – Generally used for search and browse pages only.

  • Child SKU main image – Used for the product detail page. This must only show the product being sold.

  • Alternate images – Should display different sides of the product and/or details that aren't visible in the MAIN image, or the product in use. You can supply up to eight alternate images for each SKU. Alternate views appear as thumbnails on the product detail page and appear larger upon roll-over or click.

  • Swatches – Thumbnail images used on the right side of some detail pages for showing a color or close-up of fabric or material. These must exist for all Child SKUs and must show only the color or fabric of the specific color/product being sold.

  • MainOfferImage – Main listing photo of the product, displayed on the More Buying Choices page. Listing photos will only be displayed for items in Used and Collectible condition. Listing photos should depict particular characteristics of the item you are selling and illustrate special attributes that will help customers determine its condition and value.

  • OfferImage-1, -2, -3, -4, -5 – Other listing photos of used and collectible items.

Note: During feed processing, images must be stored on a non-password-protected web server so Amazon can retrieve them. Each image submitted must have a full URL, such as http://mystore.com/images/1234.jpg. Amazon cannot access images stored with a secured URL (https) so be sure to use http instead.

Image Standards: See the different standards for product images and listing photos.


XSD

https://images-na.ssl-images-amazon.com/imagesG/01/rainier/help/xsd/release_1_9/ProductImage.xsd

<?xml version="1.0" ?>
<!- Revision="$Revision: #5 $"
  -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  <xsd:include schemaLocation="amzn-base.xsd" />
<xsd:element name="ProductImage">
<xsd:complexType>
<xsd:sequence>
  <xsd:element ref="SKU" />
<xsd:element name="ImageType">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
  <xsd:enumeration value="Main" />
  <xsd:enumeration value="Swatch" />
  <xsd:enumeration value="BKLB" />
  <xsd:enumeration value="PT1" />
  <xsd:enumeration value="PT2" />
  <xsd:enumeration value="PT3" />
  <xsd:enumeration value="PT4" />
  <xsd:enumeration value="PT5" />
  <xsd:enumeration value="PT6" />
  <xsd:enumeration value="PT7" />
  <xsd:enumeration value="PT8" />
  <xsd:enumeration value="Search" />
  <xsd:enumeration value="PM01" />
  <xsd:enumeration value="MainOfferImage" />
  <xsd:enumeration value="OfferImage1" />
  <xsd:enumeration value="OfferImage2" />
  <xsd:enumeration value="OfferImage3" />
  <xsd:enumeration value="OfferImage4" />
  <xsd:enumeration value="OfferImage5" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  <xsd:element name="ImageLocation" type="xsd:anyURI" minOccurs="0" />
  </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>ProductImage</MessageType>
<Message>
  <MessageID>1</MessageID>
  <OperationType>Update</OperationType>
<ProductImage>
  <SKU>ASUSVNA1</SKU>
  <ImageType>Main</ImageType>
  <ImageLocation>http://www.abc.com/images/ASUSVNA1.gif</ImageLocation>
  </ProductImage>
  </Message>
<Message>
  <MessageID>2</MessageID>
  <OperationType>Update</OperationType>
<ProductImage>
  <SKU>ASUSVNA1987/4G</SKU>
  <ImageType>Main</ImageType>
  <ImageLocation>http://www.abc.com/images/ASUSVNA1987.jpg</ImageLocation>
  </ProductImage>
  </Message>
</AmazonEnvelope>

點(diǎn)擊咨詢現(xiàn)在有哪些新興平臺值得關(guān)注 >>>


特別聲明:以上文章內(nèi)容僅代表作者本人觀點(diǎn),不代表ESG跨境電商觀點(diǎn)或立場。如有關(guān)于作品內(nèi)容、版權(quán)或其它問題請于作品發(fā)表后的30日內(nèi)與ESG跨境電商聯(lián)系。

全球最大電商平臺
查看更多
搜索 放大鏡
韓國平臺交流群
加入
韓國平臺交流群
掃碼進(jìn)群
歐洲多平臺交流群
加入
歐洲多平臺交流群
掃碼進(jìn)群
美國賣家交流群
加入
美國賣家交流群
掃碼進(jìn)群
ESG跨境專屬福利分享群
加入
ESG跨境專屬福利分享群
掃碼進(jìn)群
拉美電商交流群
加入
拉美電商交流群
掃碼進(jìn)群
亞馬遜跨境增長交流群
加入
亞馬遜跨境增長交流群
掃碼進(jìn)群
亞馬遜跨境增長交流群
加入
亞馬遜跨境增長交流群
掃碼進(jìn)群
拉美電商交流群
加入
拉美電商交流群
掃碼進(jìn)群
ESG獨(dú)家招商-PHH GROUP賣家交流群
加入
ESG獨(dú)家招商-PHH GROUP賣家交流群
掃碼進(jìn)群
《TikTok官方運(yùn)營干貨合集》
《TikTok綜合運(yùn)營手冊》
《TikTok短視頻運(yùn)營手冊》
《TikTok直播運(yùn)營手冊》
《TikTok全球趨勢報告》
《韓國節(jié)日營銷指南》
《開店大全-全球合集》
《開店大全-主流平臺篇》
《開店大全-東南亞篇》
《CD平臺自注冊指南》
通過ESG入駐平臺,您將解鎖
綠色通道,更高的入駐成功率
專業(yè)1v1客戶經(jīng)理服務(wù)
運(yùn)營實(shí)操指導(dǎo)
運(yùn)營提效資源福利
平臺官方專屬優(yōu)惠

立即登記,定期獲得更多資訊

訂閱
聯(lián)系顧問

平臺顧問

平臺顧問 平臺顧問

微信掃一掃
馬上聯(lián)系在線顧問

icon icon

小程序

微信小程序

ESG跨境小程序
手機(jī)入駐更便捷

icon icon

返回頂部

【免費(fèi)領(lǐng)取】全球跨境電商運(yùn)營干貨 關(guān)閉
進(jìn)行中
進(jìn)行中
【活動報名】2024年歐洲多藍(lán)海平臺招商沙龍
官方親臨,拆解phh group/eMAG/worten三個平臺商機(jī)
立即報名
進(jìn)行中
進(jìn)行中
TikTok運(yùn)營必備干貨包
包含8個TikTok最新運(yùn)營指南(市場趨勢、運(yùn)營手冊、節(jié)日攻略等),官方出品,專業(yè)全面!
免費(fèi)領(lǐng)取
進(jìn)行中
進(jìn)行中
韓國電商節(jié)日營銷指南
10+韓國電商重要營銷節(jié)點(diǎn)詳細(xì)解讀;2024各節(jié)日熱度選品助力引爆訂單增長;8大節(jié)日營銷技巧輕松撬動大促流量密碼。
免費(fèi)領(lǐng)取
進(jìn)行中
進(jìn)行中
全球平臺詳解——全球合集
涵括全球100+個電商平臺的核心信息,包括平臺精煉簡介、競爭優(yōu)勢、熱銷品類、入駐要求以及入駐須知等關(guān)鍵內(nèi)容。
立即領(lǐng)取
進(jìn)行中
進(jìn)行中
全球平臺詳解——主流平臺篇
火爆全球的跨境電商平臺合集,平臺優(yōu)勢、開店選品、入駐條件盡在掌握
立即領(lǐng)取
進(jìn)行中
進(jìn)行中
全球平臺詳解——拉美篇
涵蓋9大熱門拉美電商平臺,成熟的市場是跨境賣家的熱門選擇!
立即領(lǐng)取
進(jìn)行中
進(jìn)行中
全球平臺詳解——日韓篇
涵蓋10+日韓電商平臺,入駐條件一看就懂,優(yōu)勢熱銷品應(yīng)有盡有
立即領(lǐng)取
進(jìn)行中
進(jìn)行中
全球平臺詳解——?dú)W洲篇
涵蓋20+歐洲電商平臺,詳細(xì)解讀優(yōu)勢、入駐條件、熱銷品等
立即領(lǐng)取