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" });
Inventory
curl \
  https://marketplace.walmartapis.com/v3/inventory
Multiple Item Inventory for All Ship Nodes
curl \
  https://marketplace.walmartapis.com/v3/inventories
Single Item Inventory by Ship Node
curl \
  https://marketplace.walmartapis.com/v3/inventories/{sku}
SDK on GitHub 📄 API Docs
SDK
wmt-marketplace-sdk
TypeScript
API
walmart.com
walmart.com:inventory
At a glance
Language TypeScript
Endpoints7
Base URLhttps://marketplace.walmartapis.com