Skip to main content

Get Activity Log

GET 

/api/walmart/:integrationInstance/wfs/inbound-shipments/:shipment/activity-log

Paginated activity log for this inbound shipment (newest first).

Authorization

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

Authentication: Requires Bearer token.

Filters:

  • filter[event]: activity event — created | updated | deleted | bulk_upsert.
  • filter[source]: properties->source (manual | amazon_sync | inventory_allocation | ...).
  • filter[batch_uuid]: filter by batch uuid.
  • filter[search]: matches causer name, properties, or event.

Pagination: page, per_page (default 15).

Each row: id, description, event, subject_type (class basename), subject_id, properties (object), causer_name (string|null), created_at.

Request

Responses

OK

Response Headers
    Content-Type