Walmart Marketplace

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDtrue
client_secretstringClient Secrettrue

Example

1{
2 "name": "Walmart Marketplace connection",
3 "type": "walmart_marketplace",
4 "configuration": {
5 "client_id": "your-client-id",
6 "client_secret": "your-client-secret"
7 }
8}