sitecore · Capability
Sitecore CDP REST API — Orders
Sitecore CDP REST API — Orders. 5 operations. Lead operation: List guest orders. Self-contained Naftiko capability covering one Sitecore business surface.
What You Can Do
GET
Listguestorders
— List guest orders
/v1/v2-1/guests/{guestref}/orders
POST
Createorder
— Create an order
/v1/v2-1/guests/{guestref}/orders
GET
Getorder
— Get an order
/v1/v2-1/guests/{guestref}/orders/{orderref}
PUT
Updateorder
— Update an order
/v1/v2-1/guests/{guestref}/orders/{orderref}
DELETE
Deleteorder
— Delete an order
/v1/v2-1/guests/{guestref}/orders/{orderref}
MCP Tools
list-guest-orders
List guest orders
read-only
idempotent
create-order
Create an order
get-order
Get an order
read-only
idempotent
update-order
Update an order
idempotent
delete-order
Delete an order
idempotent