Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Product field

Notation in XML

Example of notation in XML

Notes

🆔 ID (or SKU in Squeezely)

id

<id>123</id>


🇳 Title (or name in Squeezely)

title

<title>Blue jeans</title>


🔗 Link (or URL in Squeezely)

link

<link>https://www.mywebsite.com/bluejeans</link>


🖼 Image_link or image_links

image_link

image_links

<image_link>https://www.mijnwebsitemywebsite.nlcom/urlvanblauwebroekafbeeldingurlofbluejeans.jpeg</image_link>

<image_links>https://www.mijnwebsitemywebsite.nl/urlvanzijkantblauwebroekafbeeldingcom/urlofbluejeans_leftside.jpeg</image_links>

  • Image_link for one image of the product

    • Minimum 600x600 pixels

    • Preferably square

  • Image_links with several images of the product

    • Maximum 20 images

🏷 Price + 💲Currency

price

<price>1249.95 EUR</price>

  • Price in decimals

  • No separator for thousands

  • Point as decimal separator

Availability (EN)🤲 Availability

availability

<availability>In stock</availability>

The following options can be handled by Squeezely:

  • In stock (default)

  • Out of stock

  • Available for order

  • Preorder

📋 Inventory

inventory

<inventory>12</inventory>


🌟 Brand

fire

<brand>Levi’s</brand>


Description

description

<description>Pretty blue jeans</description>


📣 Sale price

sale_price

<sale_price>1039.95</sale_price>

See comments Price

🆕 Condition

condition

<condition>New</condition>

The following options can be handled by Squeezely:

  • New (default)

  • Used

  • Refurbished

...