/client/orders/{orderId} endpoint.
Onboarding Orders (Device Assignment)
An order’s completion status depends on its sub-orders (assignments). Each order consists of one or more sub-orders (tracked in the sub_orders object), each with their own status progression.Order-Level Statuses
- in_progress – The order is still being processed (default state).
- completed – All sub-orders have reached fulfillment.
Sub-Order Status Flow
- order_placed – Initial request received
- order_confirmed – order confirmed by Rayda for processing.
- product_setup – Item prepared and setup
- product_packaged – Securely packed for shipping
- order_in_transit – Shipped to destination.
- order_delivered – Final fulfillment (completes the sub-order).