Skip to main content

Get Order Activity Log

GET 

/api/shiphero/integration-instances/:integration_instance/orders/:order/activity-log

Paginated Spatie activity-log entries for a single ShipHero order (by local row id) — the order detail page's Activity Log section. Each entry: id, description, event (created/updated/deleted), subject_type, subject_id, properties (changed attributes), causer_name, created_at. Ordered newest first.

Authorization

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

Pagination: page (default 1), per_page (default 15).

Authentication: Requires Bearer token.

Filters: filter[event] (exact event), filter[source] (matches properties->source), filter[batch_uuid] (exact batch uuid), filter[search] (LIKE over causer name / properties / event).

Request

Responses

OK

Response Headers
    Content-Type