Skip to main content

List Removal Orders (Grouped Across Instances)

GET 

/api/amazon/unified/removal-orders

Returns paginated removal orders grouped by (order_id, integration_instance_id). Each row is a SUMMARY with aggregated quantities, a representative status/type/disposition, line_count, and a lines array containing line-level rows for expandable UI.

Authorization

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

Each row also carries is_straddle (the order's shipment predates the FBA inventory tracking start date) and has_pending_straddle (a straddle line still has pending quantity to reconcile). Use filter[needs_attention]=true to list only orders with pending straddle quantity.

Request

Responses

OK

Response Headers
    Content-Type