orderRecentActivity
Recent order activity for the Catalog Advisor dashboard, newest first, at order grain. Ordered by status date falling back to last-update and then creation time, so orders with no status date keep a sensible position. Returns an empty list when the advisor has no orders.
This page contains
Arguments
| advisorId ID! | Advisor (tenant) whose order activity is returned. Always applied, so a caller can never read another organization's activity. |
| salesAgentUuid ID | Optional sales representative filter, matched case-insensitively and narrowing within the advisor scope. Omit it for the company-wide widget; supply it for the per-rep widget. An unmatched value returns an empty list, which is expected for reps with no warehouse UUID. |
| limit Int | Maximum number of rows to return. Omit it to return every matching row — there is no server-imposed ceiling. Zero or negative is rejected as invalid input. |
Return Fields
| [OrderRecentActivityItem!]! PREVIEW |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.