|
|
The shipping package contains information regarding a buyer and a seller for successful listings only. This package has information which lets you analyze shipping costs and distance between buyers and sellers.
|
| item_id |
DECIMAL 12,0 |
A unique ID for the item (the same as those in the item extract, if that has been purchased) |
| transaction_id |
DECIMAL 12,0 |
A unique ID for this transaction ( there might be multiple transactions per item, e.g. dutch auctions , stores, etc.) |
| buyer_id |
DECIMAL 12,0 |
A unique ID for the buyer (integer) |
| ship_from |
VARCHAR 10 |
Postal code of the location item was shipped from |
| ship_to |
VARCHAR 10 |
Postal code of the location item was shipped to |
| ship_cost |
DECIMAL 15,0 |
Shipping cost where available. |
- Delimiter: Each field is delimited by character 127, the delete character. Hold alt then type 0,1,2,7 in
sequence will type the delete character or use "x7F" in most programming languages.
- Example File Name: 20060504_site0_meta1_shipping.data.gz for meta 1 on eBay.com ending on May 04, 2006.
|
| | |