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

$url ="https://marketplace.walmartapis.com/v3/items?nextCursor=250&includeDetails=true&offset=0&limit=20";

$url ="https://marketplace.walmartapis.com/v3/items?nextCursor=250&includeDetails=true&offset=0&limit=20"; this url not working giving error in the walmart. [error] => Array ( [0] => Array ( [code] => INVALID_REQUEST.GMP_ITEM_QUERY_API [field] =>…
0
votes
0 answers

I am not getting value set offset in walmart API

"https://marketplace.walmartapis.com/v3/items?offset=5&limit=20"; I want to get different offset items but i am getting always items with 0 index while i have set starting offset value 5 in the walmart get all items api
0
votes
1 answer

How to authenticate using private key - Walmart Affiliate

I'm trying to use the Walmart Affiliate API, which uses a public/private token for authentication. I'm having trouble figuring out what I'm missing from the steps provided. I currently have a DelegatingHandler to add the Headers values needed. I'm…
Jimenemex
  • 3,104
  • 3
  • 24
  • 56
0
votes
0 answers

Bulk item via Walmart API

I try bulk item by Walmart API, but i get error: There was an unexpected error that occurred while setting up this product. Please try to ingest this item again. I use PHP and this my json: { "MPItemFeedHeader": { "version": "3.2", …
LLIypLLIuk
  • 23
  • 3
0
votes
2 answers

Walmart Marketplace API JSON Schema

Walmart introduced a new version of the Marketplace API schema (v4): https://developer.walmart.com/#/apicenter/marketPlace/latest#theItemObject and, unlike previous versions, it only provides the JSON format (previous versions had XSD schemas). I…
Alexey Kosov
  • 3,010
  • 2
  • 23
  • 32
0
votes
1 answer

Walmart Inventory Update PUT API randomly returns 400 every once in a while

I have been seeing this error popup every once in a while during inventory update process
0
votes
0 answers

Walmart Api Integration with Laravel 7 and Auto Digital Signature Creation

I am working on Walmart Api Integration, using Laravel 7. I had installed the GuzzleHttp too. I used DigitalSignatureUtil.jar to generate WM_SEC.AUTH_SIGNATURE and WM_SEC.TIMESTAMP. It works fine to fetch data in json at first time. The following is…
0
votes
0 answers

Walmart Orders API: No matter what limit I set I always get back 40 results

I successfully managed to authenticate and get results from the api using the following API endpoint and params (orders created after 2019-01-01 with a limit of 200 results per…
0
votes
1 answer

How to send Walmart API Update Bulk Inventory request using node and json?

I'm trying to figure out how to send a successful request to Walmart's Update bulk inventory POST endpoint. It's a little bit confusing since the content-type format is multipart/form-data which means that user needs to provide file. But for my use…
thexyman
  • 591
  • 1
  • 5
  • 13
0
votes
1 answer

Walmart API Error - Undeclared general entity "rsquo" at [row,col {unknown-source}]

While submitting POST request to the Walmart API. Item Feed is submitted completely and Feed Id is also generated. But while checking details for that Feed ID using Feed Status, I'm getting below error. Undeclared general entity "rsquo" at [row,col…
Softec
  • 125
  • 8
0
votes
0 answers

Walmart product search api

I have one question when search product using walmart api.I get response but i want to need some detail of their property. what is meaning following properties name which is get in response of walmart search…
Dharmesh Rakholia
  • 1,210
  • 9
  • 22
0
votes
1 answer

Is wallmart API allows HTML format in product description?

I am using wallmart API to import products from the custom site. I want to display description with the same HTML format in my site. Is wall mart allow HTML format and show as it like my site in the description field?
Jeeva Chezhiyan
  • 218
  • 1
  • 9
0
votes
2 answers

Skip HTML tags in JSON Response of walmart open APIs

How can we get a response without escaped HTML tags from Walmart open API's Example: When using search API the sample response is { "query": "ipod", "sort": "relevance", "responseGroup": "base", "totalResults": 257, "start": 1, …
0
votes
1 answer

Perl: Connecting to Walmart API to load items Unsupported Media type error

We are trying using the marketplace.walmartapis.com api to bulk list items and it is returning unsupported media type for xml item feed We are using Perl and are able to perform other commands to update inventory and pricing, check orders, lookup…
0
votes
1 answer

Walmart Email Verify Not Being Received

I have applied for the Walmart developer program and tried using both Gmail and Yahoo yet have not received the email verify in either account or spam etc. I have been waiting for weeks and it tells me the email has been resent tho I never get any…