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
0 answers

How to retrieve nutrition information?

I am trying to extract nutrition information for an item using the Walmart Open API. Example: I am using: http://api.walmartlabs.com/v1/items/10319333 But the response does not contain item specifications and Nutrition facts as listed…
HimS
  • 1
  • 1
0
votes
0 answers

Cashback mechanism in Laravel site

I want to make a cashback site for Walmart with Laravel but I have no idea how to track user's transaction. I read that these are the steps basically: Attach extra parameters with all deeplinked URLs for dynamic user ID, click ID, coupon ID,…
Martin
  • 79
  • 3
  • 6
0
votes
1 answer

Delphi and Walmart Bulk API Upload - Internal server error

I am using Delphi XE5 and I am trying to send Items to Walmart using the Bulk API Upload but I am struggling with making proper connection with the server of Walmart. I have already checked some similar problems here like Walmart API - payload mime…
0
votes
1 answer

Walmart API item feed error INVALID_REQUEST_CONTENT

I have been having the hardest time getting an item uploaded to walmart.. I get the following error ** _ INVALID_REQUEST_CONTENT.GMP_GATEWAY_APImoreThanOneFeedRequest content is invalid.ERRORDATA ** I believe it may have something to do with the…
user63814
  • 11
  • 4
0
votes
0 answers

xml deserialization properties null Walmart marketplace API

I am having a problem with a XML deserialization from Walmart Items API. This is code that i am using to deserialize the response. Does anyone have idea on how to deserialize the properties without namespace? I tried to set default namespace to…
Mark Lee
  • 19
  • 1
0
votes
1 answer

Walmart post API with variation

I have a product with different color variation and size variation. I need to push this as a single product with variation. Is any same xml is available for this? I got the current XSDs from…
Ajmal Sha
  • 906
  • 4
  • 17
  • 36
0
votes
1 answer

com.walmart.marketplace.sdk.cli.SDKClient not found

I use WalmartMarketPlaceAPI java SDK . but it tell me this class 'com.walmart.marketplace.sdk.cli.SDKClient' not found, somebody can tell how to solve it ?
0
votes
1 answer

Find Search URL for Walmart

I am building a search app that queries a couple of big companies including Walmart. As it happens, sending a GET request to "http://www.walmart.ca/search/lego%20avengers" does not work because there is A LOT (and I mean a lot) of JavaScript at…
Rob Gravelle
  • 325
  • 5
  • 23
-1
votes
0 answers

Obtaining WM_CONSUMER.ID and WM_SEC.AUTH_SIGNATURE for Advertising API

I'm a seller on Walmart's market and I'm currently trying to automate my ad placements using Walmart's API. I've successfully obtained my own Client ID and Client Secret from the backend and have also managed to secure an access token via /v3/token…
-1
votes
1 answer

INVALID_REQUEST_CONTENT for walmart API

I'm trying to make a request to the Walmart API (Item Associations) to retrieve shippingTemplate and shipNode per items. I'm following this guide. https://developer.walmart.com/api/us/mp/items#operation/getItemAssociations I set the required field…
-1
votes
1 answer

REST (PHP, CURL) PUT/POST XML Issue: 400 Bad Request, "Invalid URL" Response with Walmart OAuth API (Postman to test)

There's a lot to unpack here. First of all, I've edited the title because I realize while eventually my REST request will be implemented into PHP code, right now I've stripped this down to Postman to test JUST the REST, so I've stripped it as low…
Kitfoxpup
  • 265
  • 1
  • 2
  • 11
-1
votes
1 answer

How to use Walmart API with iOS app in Xcode? (swift language)

I've recently installed Walmart's API into my iOS app. The app's purpose is for the user to search for items using Walmart's API and then display the queried items to the user. However I am having a hard time finding any examples on how to use…
user8474913
  • 53
  • 2
  • 7
-1
votes
1 answer

Need help in porting Java code to PHP

I need to develop Marketplace API to get orders and Post Shipping to Walmart in PHP. Their Code library/help sample is provided in Java. I am not good with Java. Need help understanding / coding it in PHP. Here is the code in Java. Link to the API…
-6
votes
1 answer

Walmart search API only show 10 results

I am trying to use Walmart open Search API to display a list of products from Walmart. If the user type in the thing they want, due to the API limitation Item results returned by the API are paginated, with upto 25 items displayed per page…
Jihang Liu
  • 353
  • 1
  • 5
  • 12
1 2 3 4 5 6 7
8