Skip to main content

Get Customer Return Activity Log

GET 

/api/amazon/unified/customer-returns/:customerReturn/activity-log

Returns the activity log for a single FBA customer return row: the most recent 200 entries, newest first (not paginated). Each entry contains id, description, event (created / updated / deleted), causer ({id, name, email} of the user who made the change, or null for system changes), properties (old and attributes objects with the changed field values), and created_at (UTC).

Authorization

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

Request

Responses

OK

Response Headers
    Content-Type