Walmart · Capability
Walmart Marketplace Seller Operations
Unified workflow for Walmart Marketplace seller operations combining order management, inventory tracking, and item catalog management. Enables sellers to monitor and fulfill orders, manage stock levels, and maintain product listings across the Walmart.com marketplace.
What You Can Do
GET
List orders
— List all marketplace orders
/v1/orders
GET
Get order
— Get a specific order by purchase order ID
/v1/orders/{purchaseOrderId}
GET
Get inventory
— Get current inventory for an item
/v1/inventory
PUT
Update inventory
— Update inventory count for an item
/v1/inventory
GET
List items
— List all catalog items
/v1/items
GET
Search catalog
— Search the Walmart product catalog
/v1/catalog/search
MCP Tools
list-orders
List all Walmart Marketplace seller orders
read-only
get-order
Get full details of a specific Walmart order by purchase order ID
read-only
get-released-orders
Get orders released and ready for fulfillment
read-only
get-inventory
Get current inventory quantity for a Walmart item by SKU
read-only
update-inventory
Update the inventory quantity for a Walmart Marketplace item
idempotent
list-items
List all items in the Walmart Marketplace seller catalog
read-only
search-catalog
Search the Walmart product catalog by keyword
read-only
APIs Used
walmart-orders
walmart-inventory
walmart-items