Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before sending a catalogue, with the data of all the products and associated behaviour of these, a series of steps should be important to take into account so that Empathy can recognize it.

Format

First, the feed files must be sent in XML/Json format or Zip containing them.

Feed types

There can be two types:

  • Catalog (complete feed):
    • One with all languages → must have a field language inside
    • One per language
  • Deltas: types:
    • Update data (replace invalid data by new ones)
    • Delete data.
    • Insert data.

Required fields:

There are some minimum required fields needed to be valid: 

...

NOTE: None of them should be empty.

Desired fields:

And some desired fields would be also great to be included:

  • Category id:
    • A unique value for the category
  • Description:
    • Must be specific for the product
  • Sale price:
    • Number format
  • Color:
    • Css value format
    • Common name (blue instead of aquamarina)
  • Aditional image
  • Brand

Let us see an example of this in xml:

When is a feed not valid?

  • Incorrect format: tags to close, missing commas....

...