Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Walmart retrieve stock/quantity and local store by providing zip code and id

I'm trying to build inventory checker application using walmart api. I started playing with the open source api's provided in https://developer.walmartlabs.com/docs/read/Home

eg: http://api.walmartlabs.com/v1/items/12417832?apiKey={MYKEY}&format=xml

Can someone please help me understand how to retrieve stock/quantity and local store by providing zip code and id.

There are existing web apps like brickseek and bmsteek etc..

like image 956
MarcoP Avatar asked Oct 04 '16 04:10

MarcoP


People also ask

Can you check local Walmart inventory?

Head on over to Brickseek's Walmart Inventory Checker, enter your zip code, the SKU # or the UPC #, and click on the Check Inventory button. You will then be able to view the price of the item, whether the item is in stock at Walmart stores near you, and the approximate number of items in stock.

Is Walmart API free?

A Request is any successful call to our Walmart Product Data API. Only successful Requests are counted. There is no charge for calls to our other API's.

How do you tell if something is out of stock on Walmart?

Item listings will display an out-of-stock status if an item is not currently available.


1 Answers

https://search.mobile.walmart.com/v1/products-by-code/UPC/027242901605?storeId=1 works.

You may combine other walmartlab APIs to convert sku to UPC, get store ids by zip code and pass it to the above url.

like image 86
Venu Avatar answered Oct 18 '22 22:10

Venu