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).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

OK

Response Headers
    Content-Type