Get Activity Log for New Inbound Shipment
GET//:domain/api/amazon/:integrationInstance/new-inbound/shipments/:shipment/activity-log
Get the Spatie activity log for a specific new FBA inbound shipment. Returns the most recent 200 activities, newest first.
The shipment model uses the Spatie LogsActivity trait and logs changes to fields including status, sku_link_id, sku_link_type, shipmentConfirmationId, amazonReferenceId, shipmentId, selectedTransportationOptionId, placementOptionId, is_before_initial_count, archived_at, errorLog, cached_shipment_date.
Each entry includes:
- id, description, event (created/updated/deleted)
- causer: { id, name } — the user who triggered the change, or null for system changes
- properties: { old: {...}, attributes: {...} } — Spatie diff of changed fields
- created_at
Request
Responses
- 200
OK
Response Headers
Content-Type