|
| |
|
|
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. | |
|
|
|
|
- Each field is delimited by chr(127). (DEL)
- It complements the listings ended file, and the item_id allows the
identification of the desired item.
- This file may be best used in conjunction with the API calls 'GetAttributesCS' and 'GetCategory2CS' which
can help determine which attributes to expect for items in a certain category.
Here is a description of the columns contained in the attribute extract,
in the order contained in the extract file. Note that there is a row for each new attribute
for that item, so the number of records per item actually varies from item to item.
| Position |
Column |
Column Type |
Description |
| 1 |
item_id |
Integer, up to 18 digits |
A unique ID for the item, corresponding to an entry in the item extract file.
|
| 2 |
attribute_id |
Integer, up to 18 digits |
Identifier of the attribute.
|
| 3 |
attribute_description |
String, up to 200 characters long |
The name of the attribute, such as 'ISBN', or 'Condition'. |
| 4 |
value_id |
Integer, up to 18 digits |
Identifier of the attribute value.
|
| 5 |
value_description |
String, up to 200 characters long |
The value of the attribute, such as '0671027387','blue'. |
|