manhattan-associates · Capability
Manhattan Active Omni Order Management API
Manhattan Active Omni APIs enable omnichannel order management and fulfillment, including order promising, order orchestration, inventory availability, and customer service operations for retail and distribution.
What You Can Do
GET
Listorders
— List orders
/orders
POST
Createorder
— Create an order
/orders
GET
Getorder
— Get an order
/orders/{orderId}
PATCH
Updateorder
— Update an order
/orders/{orderId}
POST
Cancelorder
— Cancel an order
/orders/{orderId}/cancel
POST
Checkinventoryavailability
— Check inventory availability
/inventory/availability
GET
Getinventorypositions
— Get inventory positions
/inventory/positions
POST
Checkorderpromise
— Check order promise (ATP)
/promise/check
POST
Createreturn
— Create a return
/returns
MCP Tools
listorders
List orders
read-only
idempotent
createorder
Create an order
getorder
Get an order
read-only
idempotent
updateorder
Update an order
cancelorder
Cancel an order
checkinventoryavailability
Check inventory availability
getinventorypositions
Get inventory positions
read-only
idempotent
checkorderpromise
Check order promise (ATP)
createreturn
Create a return