| This extract file maps attributes to specific listings. Attributes are values for item specifics. Item specifics are an eBay feature that provides sellers a method to better describe their listings. |
Pos |
Column |
Column Type |
Description |
1 |
item_id | DECIMAL 12,0 | A unique ID for the item (the same as those in the item extract, if that has been purchased) |
2 |
attr_id | DECIMAL(18) | Identifier (integer) of the attribute name (matches the attr_id in the eBay API) |
3 |
attr_desc | VARCHAR(200) | Description of the attribute (ex: ISBN, Color...) |
4 |
value_id | DECIMAL(18) | Identifier (integer) of the attribute value (matches the value_id in the eBay API) |
5 |
value_desc | VARCHAR(200) | the value of the attribute (ex: 0671027387 , blue ....) |
| Example Row: |
|