XML Feed Product Integration

This document provides guidelines for structuring your store's Product Feed (XML) to be integrated with Sizebay services.

  1. Requirements

To ensure a successful integration, your XML file must adhere to the Google Shopping standard (RSS 2.0 or Atom 1.0) and utilize the Google namespace for the product attributes, following the tag specifications below.

  1. XML Tags & Descriptions

Tag

Description

Format

<g:id>

Parent Product ID (Unique identifier for the product, not for individual size/color variants).

Text

<title>

Product Title

Text

<g:product_type>

Product Category

Text

<g:brand>

Product Brand

Text

<link>

Product Permalink

URL

<g:image_link>

Product Image URL

URL

<g:gender>

Valid values: male, female, unisex

Text

<g:size>

Clothing/Shoe Size (e.g., "S", "XL", "34")

Text

<g:age_group>

Valid values: newborn, infant, toddler, kids, adult

Text

<g:size_type> (optional)

Valid values: regular, petite, plus, big and tall, maternity

Text

  1. Handling Size Variants

You can choose to submit all size variations under a single item or each size variation as a separate item in the XML.

➡️ Best Practice: To improve recommendations, include all available sizes for a product, even if some are currently out of stock.

Example 1: Single Item with All Size Variants

Example 2: Separate Items for Each Size Variation

Last updated

Was this helpful?