Skip to main content

Get Activity Log for Inbound Shipment

GET 

//:domain/api/amazon/:integrationInstance/inbound/shipments/:shipment/activity-log

Get the Spatie activity log for a specific legacy FBA inbound shipment. Returns the most recent 200 activities, newest first.

The shipment model uses the Spatie LogsActivity trait and logs changes to: ShipmentStatus, ShipmentId, ShipmentName, ShipFromName, DestinationFulfillmentCenterId, FromCountryCode, sku_link_id, sku_link_type, is_before_initial_count, 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

Note: activity logging was added in this release — entries for older shipments will not be backfilled.

Request

Responses

OK

Response Headers
    Content-Type