blue-yonder · Capability
Blue Yonder Warehouse Management API
The Blue Yonder Warehouse Management API provides access to warehouse operations data including inventory positions, task management, labor optimization, and fulfillment workflows. REST APIs support integration with automation systems, robotics, and ERP platforms for distribution center operations.
What You Can Do
GET
Listinventory
— List inventory positions
/wms/v1/inventory
GET
Getinventorybyitem
— Get inventory for item
/wms/v1/inventory/{itemId}
GET
Listreceipts
— List receipts
/wms/v1/receipts
POST
Createreceipt
— Create inbound receipt
/wms/v1/receipts
GET
Listorders
— List outbound orders
/wms/v1/orders
POST
Createorder
— Create outbound order
/wms/v1/orders
GET
Listtasks
— List warehouse tasks
/wms/v1/tasks
MCP Tools
listinventory
List inventory positions
read-only
idempotent
getinventorybyitem
Get inventory for item
read-only
idempotent
listreceipts
List receipts
read-only
idempotent
createreceipt
Create inbound receipt
listorders
List outbound orders
read-only
idempotent
createorder
Create outbound order
listtasks
List warehouse tasks
read-only
idempotent