Skip to main content

Get Discrepancy Activity Log

GET 

/api/amazon/unified/discrepancies/:discrepancy/activity-log

Returns the paginated activity log for a single FBA inventory ledger discrepancy, newest first. Each entry contains id, description, event (created / updated / deleted / bulk_upsert), properties (the recorded old and new attribute values plus the change source), causer_name (the user who made the change, null for system changes), and created_at (UTC).

Authorization

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

Query parameters: page, per_page (default 15), filter[event], filter[source], filter[batch_uuid].

Request

Responses

OK

Response Headers
    Content-Type