Questions tagged [walmart-api]

Use this tag to ask questions about any of the public Walmart APIs.

Walmart offers several public REST APIs for developers and their business partners:

Affiliate API - Used for searching and browsing the product catalog, listing trending products, retrieving customer reviews, finding store locations, and more.

Marketplace API - Helps sellers manage their items, orders, prices, promotions, inventory and reports on Walmart.com.

Drop Ship API - Tools allowing drop ship vendors (DSVs) to sell their products to millions of customers worldwide.

Warehouse Suppliers API - Allows warehouse suppliers to manage their items and sell their products though Walmart warehouses.

Content Provider API - Allows content service providers to bulk upload and manage digital content for Walmart supplier's products.

119 questions
2
votes
1 answer

How can I generate a WM_SEC.AUTH_SIGNATURE in Ruby?

(What I'm ultimately trying to accomplish is to look up individual products on Walmart.com using product codes, so if anyone has another way of doing that, that works too) Walmart.io's Product Lookup API requires a header called…
Joe Morano
  • 1,715
  • 10
  • 50
  • 114
2
votes
0 answers

Walmart API - Public Key Upload failure

One month ago I was able to upload a public key on Walmart.io but now it is not the case anymore, the server is failing giving back a 444 error: Error: "Error. Please Try Again " + Error: Bad response 444 from server when creating Upload key. So it…
Mat2188
  • 21
  • 3
2
votes
1 answer

Receipt API availability?

I see that the Walmart Android app has an ability to capture the receipt barcode (seems to be the traditional 1D barcode and not the 2D QR code), then retrieve the electronic version of that receipt. It then adds that receipt to your "purchase…
Russell
  • 21
  • 2
2
votes
1 answer

Walmart inventory update not working facing 400

I'm trying to update walmart inventory using curl api but facing issue with 400 error response code. Here is my sample code : I followed walmart doc, visited error code related walmart documents and found that they are asking to submit ticket so no…
mukesh
  • 33
  • 8
2
votes
0 answers

Walmart Paginated Products API

I am attempting to use the Paginated Products API to make a GET request using the optional specialOffer parameter. I have made many requests with multiple variations of the parameters available and have received an empty JSON object for each request…
Zach T
  • 21
  • 1
2
votes
0 answers

Collecting reviews from Walmart API

I am trying to collect reviews from Walmart API using the URL: http://api.walmartlabs.com/v1/reviews/10307695?apiKey={apiKey}&format=json The api returns results page wise.Another parameter page={pagenumber} can be added to the…
Raja7
  • 21
  • 4
2
votes
2 answers

Search query works in browser but error out in curl method

The following search query works in any internet browser, like IE, Chrome or Firefox. http://search.mobile.walmart.com/search?query=bread&store=5461&size=20&offset=0 But, if I use curl POST method with parameters: curl -d…
Wen Tong
  • 23
  • 3
2
votes
2 answers

upload feed to walmart

I am breaking my head trying to upload a feed to walmart, after many times trying i used postman to generate C# restsharp code for me, in postman it works, but when using the c# restsharp code it returns a mysterious error. like this: "No message…
2
votes
1 answer

Walmart API POST failing with 400 Bad Request (inventory feed) ARCA

I am having problems with a POST request to the Walmart Marketplace API for bulk data exchange and am hoping for some help. Background: I have been successful in writing signature authentication routines, and can successfully execute GET commands…
Nate M.
  • 822
  • 6
  • 14
2
votes
2 answers

How do I decode a BASE64, PCKS-8 representation of a private key in NetSuite or javascript?

I'm working on a suitescript to integrate NetSuite with the Walmart Marketplace APIs. And, as the another OP here says it right their documentation pretty much says if you don't use Java you're on your own. I'm looking for a way to do the same…
2
votes
2 answers

Walmart API Search Products

I am trying to get search products for a keyword My code: $searchquery = "ipod"; $api_endpoint = "http://api.walmartlabs.com/v1/search"; $postfields = "apiKey=". $appid ."&query=" . $searchquery; //$postfields = array('apiKey' => $appid, 'query' =>…
Jack
  • 41
  • 2
  • 7
2
votes
0 answers

Error uploading items with Walmart marketplace API feed

I am trying to upload items with Walmart marketplace APIs(Bulk Create Item) but always get a response as 500 Internal server error. Any Ideas? the other Api functions are okay but not this func.. Actually Others are using Method is "application/xml"…
2
votes
1 answer

How to post feed on Walmart using api?

I am integrating walmart api with my website. Is anyone know how to submit feed on walmart using api? Is there any example available?
daxter
  • 141
  • 4
  • 20
2
votes
2 answers

Walmart Seller API POST not working

I am attempting to POST to the Walmart Seller API using CURL i PHP to acknowledge orders. https://developer.walmartapis.com/#acknowledging-purchase-orders for some reason it will not accept my method or it returns "Bad Request". anyone with…
md123
  • 136
  • 1
  • 12
1
vote
1 answer

Error using the Shipping Updates method in the API Walmart MarketPlace

I am writing about the error that I get in the API Walmart MarketPlace. Error using Shipping Updates API method https://developer.walmart.com/api/ca/mp/orders#operation/shippingUpdatesCA. Despite my efforts to solve the problem, the error was not…