Name | Description | Type | Additional information |
---|---|---|---|
itemID |
The ID of the item. |
integer |
None. |
itemName |
The name of the item. |
string |
None. |
itemImage |
The image of the item. |
string |
None. |
uploadedAt |
The timestamp when the item was uploaded. |
string |
None. |
address |
The address where the item is located. |
string |
None. |
price |
The price of the item. |
string |
None. |
latitude |
The latitude coordinate of the item's location. |
string |
None. |
longitude |
The longitude coordinate of the item's location. |
string |
None. |
description |
The description of the item. |
string |
None. |
starRatings |
The star review rating of the item, It's an array where each rating captured separately. |
Collection of integer |
None. |
categoryID |
The ID of the category to which the item belongs. |
integer |
None. |