4. Commerce Hub: Orders
The Orders page gives you a read-only ledger of all customer purchases. You can sort, search, and filter your orders—and expand any row to see the individual products (line items) in that order—but you cannot create, edit, or delete orders from this interface.
Navigating to Orders
Table View
Columns
| • ▾ Expand icon | Click to expand/collapse the row and reveal that order’s line items. |
| Order ID | Unique identifier for the order. |
| Date ⇅ | Date/time when the order was placed. Click header to sort ascending/descending. |
| Project | (Optional) Project tied to the order, if any. |
| Customer | Clickable link to the Client profile who placed the order. |
| Cost | Total sum of all line-item costs. |
| Status | Colored badge showing the order’s current status. (View-only.) |
Expanding an Order
When you click the ▾ icon on the left of a row, a nested section opens showing each product in that order:
View Order Details (Drawer): If you click the Order ID link (instead of the ▾ expand icon), a full‑height drawer slides in from the right to show low‑level metadata:
Additional: A read‑only JSON editor displaying the order’s meta object.
JSON View: You can expand/collapse properties to inspect all nested fields.
This drawer is strictly view‑only—useful for debugging or audit purposes when you need to see every piece of metadata attached to the order.
Filtering & Searching
Click Filter to open these options:
Enter values and click Save to apply. The table and total count will update accordingly.
No Comments