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
1
vote
3 answers

Walmart.io authentication issue - Could not authenticate in-request, auth signature

I am trying to link up with Walmart.io API to get some data from their resources. But I am stuck up in the first phase. According to Walmart.io Quick Start Doc (https://walmart.io/docs/affiliate/quick-start-guide) I am supposed to follow following…
1
vote
1 answer

The Walmart Marketplace OAuth API keeps throwing SYSTEM_ERROR.GMP_GATEWAY_API error

I’ve been trying to authenticate with the Walmart Marketplace API for both sandbox and production but have so far been unsuccessful. In all cases when I ping a request to the “Token API” (https://sandbox.walmartapis.com/v3/token) I get back the the…
thexyman
  • 591
  • 1
  • 5
  • 13
1
vote
0 answers

New issue acknowleging Walmart Seller Orders

We are experiencing error all of a student while attempting to acknowledge orders, this started last week Here is a sample post and result, everything else seems to work fine, getting Orders, shipping orders and updating inventory the request sample…
CanoPR
  • 11
  • 1
1
vote
2 answers

how to decode Java stream in PHP

I requested Walmart report API and the result would be returned zip file stream.Refer to the API documents,it gives an example to realize it with Java code as the following below: if (response.getStatus() == Response.Status.OK.getStatusCode()…
Joephper
  • 25
  • 5
1
vote
1 answer

CORS Issue when calling Walmart Open API

We are using Walmart Open APIs and getting CORS issue. For example, when attempting to call tending items API, we are getting the following response: (replacing API key, publisher ID and domain for security) Access to XMLHttpRequest at…
BZN
  • 19
  • 1
1
vote
1 answer

Not possible to just update the Title on Products via the WalMart API?

The WalMart Developer Documentation has a section regarding what they call theItemObject which provides an XSD template and sample XML requests for each and every item call on their site. Documentation directs us to the XSD for MPItem. These…
Brian Bruman
  • 883
  • 12
  • 28
1
vote
0 answers

Walmart IO API: not subscribed to the service name

I'm fooling around with the Walmart IO api. When I make my service call, I run into the following error: 403 Forbidden {"details":{"Description":"The consumer id 42XXXXX-XXXX-XXXX-XXXX-XXXXXX is not subscribed to the service name -…
Black Dynamite
  • 4,067
  • 5
  • 40
  • 75
1
vote
0 answers

Not getting email from walmart labs after registration

I am not getting email after registering to the walmart labs for using their API's I did the registration from here https://developer.walmartlabs.com/member/register
1
vote
0 answers

sporadic 504 Gateway Timeout errors from WalmartLabs API

We are sporadically seeing 504 errors (in XML) when calling the WalmartLabs API to look up a UPC code. We retry the same UPC and it will work a few seconds or minutes later. It seems as if the errors come in clusters, we will get a high rate of…
Scott R.
  • 11
  • 3
1
vote
0 answers

Walmart API is broken for some searches

Several very specific search terms return very few results when the website returns 1000+ results. For example this query: http://api.walmartlabs.com/v1/search?query=standing+desk&format=json&apiKey=[myapikey] Using the search terms 'standing…
regretoverflow
  • 2,093
  • 1
  • 23
  • 45
1
vote
2 answers

Walmart OAuth Authentication (Token API) on vba

I am trying to authenticate to walmart.com using Token-based authentication (New preferred method) on vba. You can read more here: https://developer.walmart.com/#/apicenter/marketPlace/latest#introduction What can be the reason for the error…
1
vote
1 answer

How to use Walmart API with Custom URL

This is a mystery. I am looking thru the Walmart API docs and I'm not seeing a way to create these personalized products. A "normal" product looks like this: https://www.walmart.com/ip/Russell-Exclusive-Men-s-Retro-Track-Pant/blahblahblah All…
ToddT
  • 3,084
  • 4
  • 39
  • 83
1
vote
0 answers

How to send callback URL through Walmart BuyNow URL

So we're trying to implement Walmart Affiliate API into our project. We have implemented the product search API and we generate a BuyNow url/button depending on the user's selection but we need to know if and when the user creates a purchase to be…
anteAdamovic
  • 1,462
  • 12
  • 23
1
vote
1 answer

Appending JSON file: "TypeError: list indices must be integers or slices, not str"

In short, for a Data Science class, I'm running a loop (Python 3) on Walmart to query item information and build a comprehensive data set saved in JSON. (In this case laptops in category electronics within the walmart api.) The issue: --I can read…
Craig Reid
  • 11
  • 1
1
vote
1 answer

cURL GET response unreadable

Been trying to get the item report csv file using walmart api but no luck, Instead get this unreadable response. Need help. How can I make this work? Here's the screenshot of the response : Here's my code : $walmart_consumer_id =…
Toffer
  • 79
  • 2
  • 12