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

Web Rest API and SSIS - where to start

We are creating a series of SSIS packages to interact with the Walmart Marketplace APIs and trying to use CozyRoc rest components. They do not have all of the APIs stubbed out and our team has little knowledge around OpenAPI or how to configure…
MadRaven
  • 16
  • 2
0
votes
1 answer

Walmart Oder API call not working, Gives UNAUTHORIZED.GMP_GATEWAY_API

I am trying to access the Walmart Orders API and am trying to generate a token to do so. I've written this code: import requests import base64 # Replace with your API key and secret key api_key = "AAA" secret_key = "BBB" key = api_key + ':' +…
user1636588
  • 101
  • 2
  • 6
0
votes
0 answers

How Can I embed sites like walmart or voila into an Iframe?

I have a use case where in I have to embed sites like either walmart.ca or voila.ca in an IFrame in our website to show the products via search and give the customers ability to add the products to their cart within walmart or voila through our…
0
votes
0 answers

Why I get error TypeError: Failed to fetch when using Walmart API?

Using Walmart Sandbox, when I submit an API request, I get below error TypeError: Failed to fetch However, the later section show's Status 200, so I'm not sure if the response is correct or not. I have specified all required header.
FLICKER
  • 6,439
  • 4
  • 45
  • 75
0
votes
1 answer

can't get Consumer ID after uploading RSA keys

This is my first time trying to access the Walmart API. I created my account and followed the onboarding steps but I can't get the Dashboard to generate "consumer ID" for me. I have created my application, and click on “Upload/Update public key”. …
twd000
  • 21
  • 2
0
votes
2 answers

How to create a signature from an RSA private key in Swift

I'm trying to port this Java code to Swift to create a signature from private key. The private key is generated using these instructions. https://walmart.io/key-tutorial openssl genrsa -des3 -out WM_IO_my_rsa_key_pair 2048…
Berry Blue
  • 15,330
  • 18
  • 62
  • 113
0
votes
1 answer

Walmart Affiliate Signature C# .Net

I am trying to create a sha256 signature using a RSA Private Key but I am getting a 401 "Could not authenticate in-request, auth signature : Signature verification failed: affil-product, version: 2.0.0, env: prod I think the issue is to do whit how…
0
votes
1 answer

Node RSA and Firebase Function - Why the Error: DSO support routines:win32_load: could not load?

I am using the node-rsa package in a firebase function , but when I run the emulator to test the function, I get the following error: Error: error:25078067:DSO support routines:win32_load:could not load the shared library at Sign.sign…
redshift
  • 4,815
  • 13
  • 75
  • 138
0
votes
2 answers

Walmart MX Marketplace Acknowledge Order API Issue

I am working on Walmart integration to my own web application using PHP. When I tried to acknowledge my Mexico orders, I got an empty response. The data type of response is string with 0 length, error code 400. It looks like my credentials are good.…
0
votes
1 answer

How to use Walmart returns API?

I am attempting to GET to the Walmart Returns API using CURL in PHP. https://developer.walmart.com/tryout/us/mp/returns for some reason, it does not accept my method or it returns errors like... INVALID_REQUEST.GMP_ORDER_API requestParam Could not…
0
votes
1 answer

Walmart Seller API "Bulk Item Setup" doesn't work

I tried to use Walmart API v4.2 to publish some items. I used "Bulk Item Setup" API method to create some feed. I used some types of ways to did it: Send binary file (in the request body, for-data) with header "multipart/form-data" (this way was…
0
votes
1 answer

Accept type is invalid , INVALID_ACCEPT_TYPE.GMP_ITEM_QUERY_API ( Walmart ItemSearch API Error )

Searching Item from Walmart Catalog Error 406 Not Acceptable "code": "INVALID_ACCEPT_TYPE.GMP_ITEM_QUERY_API" "info": "Accept type is invalid." The Walmart Item Search API allows us to query the Walmart.com global product catalog by item keyword,…
Asad Ali
  • 3
  • 1
0
votes
0 answers

Unable to get the items from Walmart API

I'm trying to get item by SKU using Walmart marketplace API and following this document I'm successful in getting access token but after that when I want to get item by SKU, It fails to get item details. Please help me to find the issue. When I…
raobabar
  • 13
  • 2
0
votes
1 answer

Walmart API Error: WM_CONSUMER.CHANNEL.TYPE set null or invalid

My client has a Walmart marketplace store and we are trying figure out how to successfully make the Walmart API's Multiple Item Inventory for All Ship Nodes API call. The API production URL is : https://marketplace.walmartapis.com/v3/inventories The…
rom
  • 666
  • 2
  • 9
  • 31
0
votes
0 answers

Walmart API Token VBA

I am trying to connect my Access db To Wallmart's API and i get this error.. {"error":[{"code":"SYSTEM_ERROR.GMP_GATEWAY_API","info":"System encountered some internal…
Chris Meli
  • 81
  • 1
  • 7