Skip to main content

Get Instance Order Activity Log

GET 

/api/shopify/:integrationInstance/activity-log

Paginated Spatie activity history for all Shopify orders belonging to this integration instance, newest first.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Filters:

  • filter[search] - partial match against causer (user) name, event name, or the properties JSON payload.

Pagination: standard Laravel paginator (page, per_page; default 15 per page).

Ordering: fixed, newest activity first (id DESC). No sort parameter.

The order scoping is performed database-side via a subquery, so it is safe for instances with very large order counts.

Request

Responses

OK

Response Headers
    Content-Type