...
Title - The name of the product
Description - The short description of the product
Content - The full description of the product
Link - The link to the product page
Image - The full resolution image for the product
Custom properties (maileon:):
sku - The product SKU
product_id - The ID of the product
status - The stock status of the product: instock/outofstock
single_price - The price of the product
categories - A comma separated list of categories for the product (e.g.: Accessories, Clothing)
width - Product width (if available)
height - Product height (if available)
weight - Product weight (if available)
attributes - A comma separated list of product attributes (e.g.: Product Color: Red, Logo: Yes)
Sample RSS item
Code Block | ||
---|---|---|
| ||
<item> <title> <![CDATA[The name of the product]]> </title> <description> <![CDATA[The short description of the product]]> </description> <link>http://woocommerce.maileon.hu/product/beanie-with-logo/</link> <enclosure type="image/jpeg" url="http://woocommerce.maileon.hu/wp-content/uploads/2020/05/beanie-with-logo-1.jpg" length="45371"/> <content:encoded> <![CDATA[The full description of the product]]> </content:encoded> <guid>http://woocommerce.maileon.hu/product/beanie-with-logo/</guid> <maileon:sku> <![CDATA[Woo-beanie-logo]]> </maileon:sku> <maileon:product_id> <![CDATA[32]]> </maileon:product_id> <maileon:status> <![CDATA[instock]]> </maileon:status> <maileon:single_price> <![CDATA[18]]> </maileon:single_price> <maileon:categories> <![CDATA[Accessories]]> </maileon:categories> <maileon:width> <![CDATA[]]> </maileon:width> <maileon:height> <![CDATA[]]> </maileon:height> <maileon:weight> <![CDATA[]]> </maileon:weight> <maileon:attributes> <![CDATA[Product Color: Red]]> </maileon:attributes> </item> |