Unique product identifiers (UPIs) examples

This example illustrates how you could include any or all of the following UPIs to identify your products.

You should include at least one unique ID per product, a combination of some, or all of them, depending on what is available in your system

<?xml version="1.0" encoding="UTF-8"?>
<root>
    <row>
        <item_group_id>123456789</item_group_id>
        <upc>asfas</upc>
        <ean>asdfadsf</ean>
        <mpn>asfadsf</mpn>
        <isbn>asfa123</isbn>
    </row>
</root>

Where next? Onboarding guide