📖
Sizebay
  • Initial page
  • Virtual Fitting Room
    • Introduction
    • Implementation directly on your code
    • Implementation via Tag Manager
    • Implementation (via API)
    • Implementation on Vtex IO
    • Implementation on Shopify
    • Checking the Installation
    • Custom Implantation Events
    • Configuration Profiles
    • Understanding Responsivity
  • Data Integration
    • XML Feed Product Integration
    • API Product Integration
    • Onpage Product Integration
    • Return Data Integration
    • Product Variants Integration
      • V1
    • Categories accepted by the Integration
    • Size Tailor
  • Shopping tracker
    • Introduction
    • Sizebay Tracker Script (Client Implementation)
    • Sizebay Tracker Script (Sizebay Implementation)
    • Sizebay Tracker via API (Easy Setup)
    • Sizebay Tracker - Supported Countries and Currencies
    • Platforms
      • Shopify
        • Technical Note
      • Prestashop
      • Magento
      • WooCommerce
Powered by GitBook
On this page

Was this helpful?

  1. Data Integration

XML Feed Product Integration

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

Last updated 2 months ago

Was this helpful?

  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 , following the tag specifications below.

Important: Before proceeding with the integration, please review the requirements for the product category field at: 🔗

  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

Google namespace for the product attributes
Categories Accepted by the Integration