Lists
Get Products
Lists
Get Products
GET
/
lists
/
products
curl --request GET \
--url https://api.blazemonitors.com/lists/products
{
"site": {
"platformName": "walmart",
"siteName": "Walmart",
"siteUrl": "https://walmart.com",
"siteCurrency": "",
"siteImg": "https://lh4.googleusercontent.com/xQsZ3y4pg7WlaEndYYX_uOWZCtb0XKIKaleVwnoPIbfoZlfBMAR0JD84p4yPqRNvm2c=w2400",
"hasLists": true,
"hasProducts": true,
"hasReleases": true,
"hasForceAdd": true,
"queryType": "productSku",
"restockTypes": [
"Restock",
"Loaded"
],
"altNames": [
"wm",
"wally",
"wmart"
]
},
"results": [
{
"error": false,
"status": "",
"product": {
"productSku": "1736740710",
"productImg": "https://i5.walmartimages.com/asr/9333b8cd-773e-49d4-8e85-51c4114fcd56.bbf5c4e4f3746ddc28ac982117cdbf9a.jpeg",
"productName": "Sony PlayStation 5 Video Game Console",
"productPrice": "499.00 USD",
"productUrl": "https://www.walmart.com/ip/blaze/1736740710",
"productSite": "Walmart",
"offerId": "952BF09C6A9C4348A256CD46469A9DED",
"lastRestocked": 1668348201869,
"firstAdded": 1666041400973
}
}
]
}
Headers
Query Parameters
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.blazemonitors.com/lists/products
{
"site": {
"platformName": "walmart",
"siteName": "Walmart",
"siteUrl": "https://walmart.com",
"siteCurrency": "",
"siteImg": "https://lh4.googleusercontent.com/xQsZ3y4pg7WlaEndYYX_uOWZCtb0XKIKaleVwnoPIbfoZlfBMAR0JD84p4yPqRNvm2c=w2400",
"hasLists": true,
"hasProducts": true,
"hasReleases": true,
"hasForceAdd": true,
"queryType": "productSku",
"restockTypes": [
"Restock",
"Loaded"
],
"altNames": [
"wm",
"wally",
"wmart"
]
},
"results": [
{
"error": false,
"status": "",
"product": {
"productSku": "1736740710",
"productImg": "https://i5.walmartimages.com/asr/9333b8cd-773e-49d4-8e85-51c4114fcd56.bbf5c4e4f3746ddc28ac982117cdbf9a.jpeg",
"productName": "Sony PlayStation 5 Video Game Console",
"productPrice": "499.00 USD",
"productUrl": "https://www.walmart.com/ip/blaze/1736740710",
"productSite": "Walmart",
"offerId": "952BF09C6A9C4348A256CD46469A9DED",
"lastRestocked": 1668348201869,
"firstAdded": 1666041400973
}
}
]
}