How to configure Walmart Marketplace API credentials
This guide explains how to set up Walmart Marketplace API credentials for Apideck's E-commerce API integration.
Prerequisites
- Access to Walmart's Channel Partner Portal
- Solution provider credentials from Walmart
- Apideck account with app ID and API key
Getting started
For production use, follow the standard OAuth2 flow instead of importing tokens:
Create a production app in Walmart
- Log into the Channel Partner Portal with your solution provider credentials
- Create a new application for production use
- Copy your Client ID and Client Secret
Configure the production connector in Apideck
- Log into Apideck Platform
- Go to Configuration > E-commerce API > Walmart
- Set the Client ID and Client Secret from your production app
- Set the Server to "Production"
- Save your settings
Connect via OAuth2 flow
Users can now create connections through the standard OAuth2 flow:
- Navigate to Consumers
- Create a new consumer
- Add Walmart as a integration
- Click Connect for Walmart
- Follow the OAuth2 authorization flow
- Grant the necessary permissions
The connection will be automatically established and ready for use with the E-commerce API.
Using the Walmart Sandbox
Note: Sandbox is only available for US marketplaces.
- Log into the Channel Partner Portal with your solution provider credentials
- Navigate to Sandbox Credentials
- Copy the following values:
- Client ID
- Client Secret
- Refresh Token
- Walmart Partner ID
Configure the Walmart connector in Apideck
- Log into Apideck Platform
- Go to Configuration > E-commerce API > Walmart
- Set the Client ID and Client Secret
- Set the Server to "Sandbox"
- Save your settings
Import the access token
Use the Vault API to import your Walmart credentials:
Validate the connection
Verify your connection is working:
A successful response returns status
200with
state: "callable".
Start building with Walmart
You're now ready to use the E-commerce API to interact with Walmart Marketplace data.
Learn more about Walmart's API documentation.