Preview

quoteRecentActivity is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

quoteRecentActivity

Recent quote activity for the Catalog Advisor dashboard, newest first, at quote grain. Ordered by status date falling back to last-update and then creation time, so quotes with no status date keep a sensible position. Returns an empty list when the advisor has no quotes.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    advisorId ID!

    Advisor (tenant) whose quote 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

    [QuoteRecentActivityItem!]! 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.