Walmart Marketplace
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
client_id | string | Client ID | true |
client_secret | string | Client Secret | true |
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 }
