Skip to main content
Version: 1.0

Product feed

In order to complete the product feed integration you need to implement an endpoint providing the product feed in the following format:

Product feed

<item>
<g:id>PRODUCT_ID</g:id>
<g:title>PRODUCT_TITLE</g:title>
<g:description>PRODUCT_DESCRIPTION</g:description>
<g:link>PRODUCT_LINK</g:link>
<g:image_link>PRODUCT_IMAGE</g:image_link>
<g:gender>GENDER</g:gender>
<g:size>SIZE</g:size>
<g:condition>new</g:condition>
<g:availability>in stock</g:availability>
<g:price>100.00 USD</g:price>
<g:additional_image_link>ADDITIONAL_IMAGE_LINK</g:additional_image_link>
<g:brand>BRAND</g:brand>
<g:age_group>AGE_GROUP</g:age_group>
<g:color>COLOR</g:color>
<g:category>CATEGORY</g:category>
<g:product_type>PRODUCT_TYPE</g:product_type>
<g:tags>
<g:tag_0>TAG_0</g:tag_0>
<g:tag_1>TAG_1</g:tag_1>
</g:tags>
</item>

Product feed fields

FieldDescriptionRequiredType
PRODUCT_IDThe product ID (your internal ID of the product)YesString
PRODUCT_TITLEThe product titleYesString
PRODUCT_DESCRIPTIONThe product descriptionYesString
PRODUCT_LINKThe product linkYesURL
PRODUCT_IMAGEThe product imageYesURL
GENDERThe product genderYesString [male, female, unisex]
SIZEThe product sizeYesString
CONDITIONThe product conditionYesString [new, used]
AVAILABILITYThe product availabilityYesString [in stock, out of stock, preorder, etc]
PRICEThe product priceYesString
ADDITIONAL_IMAGE_LINKAdditional product imagesNoURL
BRANDThe product brandNoString
AGE_GROUPThe product age groupNoString [newborn, infant, toddler, kids, adult]
COLORThe product colorNoString
CATEGORYThe product categoryNoString
PRODUCT_TYPEThe product typeNoString
TAGSThe product tagsNoString