commercetools · Capability
commercetools HTTP API — Orders
commercetools HTTP API — Orders. 5 operations. Lead operation: List orders. Self-contained Naftiko capability covering one Commercetools business surface.
What You Can Do
GET
Listorders
— List orders
/v1/{projectkey}/orders
POST
Createorderfromcart
— Create an order from a cart
/v1/{projectkey}/orders
GET
Getorderbyid
— Get an order by ID
/v1/{projectkey}/orders/{id}
POST
Updateorderbyid
— Update an order by ID
/v1/{projectkey}/orders/{id}
DELETE
Deleteorderbyid
— Delete an order by ID
/v1/{projectkey}/orders/{id}
MCP Tools
list-orders
List orders
read-only
idempotent
create-order-cart
Create an order from a cart
get-order-id
Get an order by ID
read-only
idempotent
update-order-id
Update an order by ID
delete-order-id
Delete an order by ID
idempotent