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
8
votes
1 answer

Developer API for Walmart Grocery

There are Developer API's and SDK's for Walmart, but these appear to be designed for general items like TV's, furniture, etc... does anybody happen to know if there is an SDK or API for Walmart Grocery? My use case is to populate a Walmart Grocery…
jbambrough
  • 597
  • 2
  • 7
  • 15
7
votes
5 answers

Walmart API - payload mime type issue - bulk create/update items not working

I am able to make API calls to other Walmart API endpoints successfully (specifically the GET request endpoints), but the bulk items endpoint (a POST request) results in an errors, even though I seem to have everything correct. Here is the…
ahnbizcad
  • 10,491
  • 9
  • 59
  • 85
7
votes
2 answers

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:…
MarcoP
  • 81
  • 1
  • 1
  • 3
5
votes
4 answers

How to generate WM_SEC.AUTH_SIGNATURE?

Does anyone have python code that can generate this header for the Walmart API? WM_SEC.AUTH_SIGNATURE I have tried to wrap my head around the java example but I am not having any luck of it as I have no Java experience. If anyone knows the format…
plugcity
  • 113
  • 1
  • 7
4
votes
1 answer

Walmart Feeds API Error: The Product ID already exists in your seller catalog with a different SKU

I'm using this API "/v3/feeds?feedType=MP_MAINTENANCE" to update some Walmart items. I'm providing the SKU and UPC code along with other details. It's working fine for some products. But there is a specific product which is already existing at…
habib
  • 1,454
  • 17
  • 31
4
votes
1 answer

How can I get API keys for Walmart API ? Seems nothing is working

How can I get API keys for Walmart API ? Seems nothing is working. Can anybody share keys ? This is integral to our development. And no reply from Walmart. Page is not updated as well.
4
votes
1 answer

Walmart Search doesn't honor responseGroup parameter

I'm trying to query the Search API and in the url I set responseGroup=base to limit the items in the response, but it's still sending me all 31 item properties back (vs. 12 in the base group) which consumes 4x the bandwidth and memory I require.…
regretoverflow
  • 2,093
  • 1
  • 23
  • 45
4
votes
0 answers

Walmart api claiming "Invalid item or quantity. You will be redirected to Walmart shortly." How do I fix that?

So I noticed in the api there's a addToCartUrl which allows you to add that item to walmart's cart and I use code to do that for multiple items: function buyIt()…
Gabe D.
  • 61
  • 8
3
votes
1 answer

Bulk Item Setup endpoint on Walmart no working with JSON

I am trying to submit a feed to Walmarts API following this guide and this api documentation In their guide it says Send an item feed to Walmart with payload in either XML or JSON format I am sending this JSON { "MPItemFeedHeader":{ …
ricks
  • 3,154
  • 31
  • 51
3
votes
1 answer

Unable to update feed using Walmart API

var data = { "file": "\n \n 1.4\n \n \n JW00726\n \n EACH\n …
3
votes
1 answer

Affiliate API work only over walmart.io "Try API" page, but not per curl request

Hello Affiliate API Support Team, I am start to implementing a connection to Affiliate API. At First, I test "Taxonomy" and "Paginated Items" entry points. When I do request over walmart.io Try API page, with pass the required headers then all works…
3
votes
0 answers

Find itemId for Walmart Product Lookup API

I need to retrieve product information from walmart based on a url. I am currently using their Product Lookup API and need to find the itemId. I thought the ending digits was the itemID but their API docs not return results for this…
3
votes
2 answers

Storing Amazon API data in Local Database

I'm working on a site that pulls product price data from Amazon.com and Walmart. I'm guessing that in the future, it will also pull data from other places. My first idea was to pull the data directly from Amazon (using their product advertising…
2
votes
1 answer

Walmart MWS API not returning nextCursor

After checking the Walmart Markeptlace API to retrieve all the items in the catalog, you can see that it will return: errors (array of objects) itemResponse (array of objects) additionalAttributes (object) totalItems (integer) nextCursor…
2
votes
1 answer

I am getting a 404 from the Walmart Canada Maketplace API when bulk feeding new item

I am able to GET data from Walmart Canada Marketplace API, using Nodejs, but I am unable to post a new item with their bulk feed endpoint. I get back a 404 'bad request'. I am not sure if the error is in the POST request or in the JSON. I am also…
dave_dev
  • 75
  • 6
1
2 3 4 5 6 7 8