Oracle Retail · Capability
Oracle Retail Order Management Suite Cloud Service API — Orders
Oracle Retail Order Management Suite Cloud Service API — Orders. 5 operations. Lead operation: List orders. Self-contained Naftiko capability covering one Oracle Retail business surface.
What You Can Do
GET
Listorders
— List orders
/v1/orders
POST
Createorder
— Create an order
/v1/orders
GET
Getorder
— Get an order
/v1/orders/{orderid}
PATCH
Updateorder
— Update an order
/v1/orders/{orderid}
POST
Cancelorder
— Cancel an order
/v1/orders/{orderid}/cancel
MCP Tools
list-orders
List orders
read-only
idempotent
create-order
Create an order
get-order
Get an order
read-only
idempotent
update-order
Update an order
idempotent
cancel-order
Cancel an order