Link Search Menu Expand Document

Spaaza Variant List File

Contents

Introduction

The Variant List file lists all product variants including sizes, colours, and barcodes. This file is often incremental — only changes since the last upload are included unless resynchronising the feed.

The Variant List file was previously known as the “SOH file” or “Variant and Stock file” in earlier versions of the feed specification.

File Structure

The variant list file contains the following column headings:

"PRODUCT ID","PRODUCT CODE","SIZE","COLOUR","SELL INCL","BARCODE","IMAGE URL"

Example row:

4062,"O-62716","XL","BLUE",25.00,"30569400000012",
"https://www.example.com/images/0-62716/hi-res.jpg"

Sample Variant List File Data

PRODUCT ID PRODUCT CODE SIZE COLOUR SELL INCL BARCODE IMAGE URL
4062 O-62716 XL BLUE 25.00 30569400000012 https://www.example.com/images/0-62716/hi-res.jpg
4063 85296     0.04 400819001150  

Download sample variant list file

Field Definitions

Field Name Description
PRODUCT ID A product ID designator used by the retailer. This product ID is also used in the Product List file to identify a product
PRODUCT CODE A unique product code used by the retailer to identify the variant. The same product code is also used in the Product List file. Can be same as PRODUCT ID
SIZE (optional) The size of the variant. This can be numeric such as “36” or a string such as “Extra Large”
COLOUR (optional) The colour of the variant
SELL INCL (optional) The selling price of the variant including taxes. The “.” character should be used as a decimal separator and no separator should be used for thousands – e.g. 1501.23 should be used instead of 1,502.23 or 1.501,23
BARCODE The barcode of the variant. This can be numeric or a string
IMAGE URL (optional) The URL of the primary image for the variant

The Variant List file has been simplified from earlier versions which included store-specific stock on hand (SOH) data and branch information. The current version focuses on variant attributes only.