📄️ Get All Orders
Retrieves a list of orders for a specific company.
📄️ Get Order By Id
Retrieves detailed information about a specific order using its unique identifier.
📄️ Create Order
Creates a new order for hardware equipment. The order can be delivered either to an employee or to company storage.
📄️ Quote Order
Creates a quote order for hardware equipment. This does not require a catalog model.
📄️ Confirm Order
Confirms an existing hardware order. The order must be in QUOTED status and belong to the authenticated company.
📄️ Remove Hardware Requests from Order
Removes one or more hardware requests from an existing order. This endpoint allows you to partially or completely remove hardware items from an order that is in PENDING or QUOTED status.
📄️ Cancel Order
Cancels an existing hardware order. The order must be in PENDING or QUOTED status and belong to the authenticated company.