Field | Type | Description | Example |
---|---|---|---|
productId | string | Unique Walmart product identifier | 5336419706 |
title | string | Full product title as displayed on Walmart | Apple AirPods Pro (2nd Generation) with MagSafe Case |
currentPrice | number | Current selling price in USD | 199 |
wasPrice | number | Original price before discount or rollback | 249 |
inStock | boolean | Product availability status | true |
stockQuantity | integer | Number of units available | 156 |
rating | number | Average customer rating out of 5 | 4.6 |
reviewCount | integer | Total number of customer reviews | 2847 |
seller | string | Name of the seller or 'Walmart' for direct sales | Walmart |
shippingInfo | object | Shipping cost and estimated delivery | {
"cost": 0,
"estimatedDays": 2,
"method": "Free 2-day shipping"
} |
walmartPlusPrice | number | Special price for Walmart+ members if applicable | 189 |
category | array | Product category hierarchy | [
"Electronics",
"Audio",
"Headphones",
"Wireless Earbuds"
] |