magento · Capability
Magento REST API — Orders
Magento REST API — Orders. 5 operations. Lead operation: List orders. Self-contained Naftiko capability covering one Magento business surface.
What You Can Do
GET
Listorders
— List orders
/v1/v1/orders
POST
Createorder
— Create an order
/v1/v1/orders
GET
Getorder
— Get order by ID
/v1/v1/orders/{orderid}
POST
Cancelorder
— Cancel an order
/v1/v1/orders/{orderid}/cancel
POST
Addordercomment
— Add a comment to an order
/v1/v1/orders/{orderid}/comments
MCP Tools
list-orders
List orders
read-only
idempotent
create-order
Create an order
get-order-id
Get order by ID
read-only
idempotent
cancel-order
Cancel an order
add-comment-order
Add a comment to an order