Comment on page
🛎
Orders
This page provides a description of the available API routes for managing orders.
After each ticket update, orders are automatically generated. Each order includes contextual information about the products and specifies the order endpoint where the products will be processed.
get
http://{server-address}/
orders
Get orders
get
http://{server-address}
/orders/{id}
Get order
post
http://{server-address}
/orders
Process order
post
http://{server-address}
/orders/{id}/status
Set order status
post
http://{server-address}
/orders/{id}/items/{itemId}/status
Set order item status
post
http://{server-address}
/orders/{id}/endpoints/{endpointName}/status
Set order endpoint status
delete
http://{server-address}
/orders/{id}
Delete order
Last modified 3mo ago