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 status of an item feed
curl \
  /v2/feeds
Get status of an item feed
curl \
  /v3/feeds
Get status of an item within a feed
curl \
  /v2/feeds/{feedId}
SDK on GitHub 📄 API Docs
SDK
wmt-marketplace-sdk
TypeScript
API
walmart.com
walmart.com:item
At a glance
Language TypeScript
Endpoints6