Skip to main content

List Plan Allocations

GET 

/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/allocations

List the inventory allocations reserved against a draft inbound plan's line items. These are the source-stock reservations (InventoryAllocation rows linked to DraftAmazonFbaInboundPlanItem) created when the plan is verified, and — after Amazon splits the plan into shipments — their migrated/fulfilled states. Backs the plan detail page's "Allocations" tab.

Authentication: requires Bearer token.

Filters: filter[search] (allocation id / product SKU / product name), filter[status] (exact: allocated, planned, awaiting_receipt, fulfilled, cancelled), filter[warehouse_id] (exact). Sort: sort — allowed: id, quantity, status, created_at (prefix with - for DESC; default -id). Pagination: page, per_page (default 10).

Authorization

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

Request

Responses

OK

Response Headers
    Content-Type