Disable All Advertising
EAN-130000002031866   EAN-13 barcode 0000002031866
UPC-A000002031866   UPC-A barcode 000002031866
Product NamePork Steak
CategoryFood
Short DescriptionLb
Created07-01-2006
Modified06-29-2020 4:08:01am
MD50f368684eeb23fa97548438e4c19a107
SHA256f4bad0cf6222810c1d5e24ffe1ec7b12a0b1495fb79b95937879e0184a5aeed6
Search Googleby EAN or by Title
Query Time0.0060389

An article of interest

Making use of the tools we offer

Data Feed API - Attributes

The attributes are somewhat like fields. They are the individual data items that describe each product. Each product entry will have several attributes. There is no telling which attributes will be attached to each product but they all have the same basic format.

Here is an example of one attribute. When accessing the data feed API, you can get your data in XML or JSON format. Here it is displayed in XML format to make it a little easier to read through.

<attribute>
   <field_name>product</field_name>
   <group_name>Over View</group_name>
   <title>Product Name</title>
   <data_type>varchar</data_type>
   <data_type_description>short text</data_type_description>
   <has_linked_text>0</has_linked_text>
   <has_linked_extra>0</has_linked_extra>
</attribute>

In the above example you will find these elements:

Hopefully, this helps you understand the data attributes you find in the data feed API.