Using wmt-marketplace-sdk with walmart.com

TypeScript integration

Install
npm install wmt-marketplace-sdk
Quick start
import Wmt_marketplace_sdk from 'wmt-marketplace-sdk';

const client = new Wmt_marketplace_sdk({ apiKey: "YOUR_API_KEY" });
Get all orders
curl \
  /v3/orders
Get all released orders
curl \
  /v3/orders/released
Get orders for next page
curl \
  /v3/orders{nextCursor}
SDK on GitHub 📄 API Docs
SDK
wmt-marketplace-sdk
TypeScript
API
walmart.com
walmart.com:order
At a glance
Language TypeScript
Endpoints9