Skip to main content

Confirm Kits Built (3PL Portal)

POST 

/api/amazon/:integrationInstance/draft-inbound-plans/fulfillment-portal/:token/kits-built

Confirms, from the anonymous 3PL/supplier portal, that the kits on the fulfillment order have been physically assembled. Access is granted solely by the opaque :token in the URL (the packet's portal token from the emailed link) — no bearer auth. No request body.

Authorization

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

Side effects: the reserved kit components are converted into finished kit stock and the kits are allocated to their transfer lines; the confirmation is audit-logged as a portal event. The operation is idempotent — lines already built are skipped, and calling it when there is nothing to build is a safe no-op.

Returns the refreshed portal payload (kits_pending_build becomes false; kit_build_manifest still lists what was built). Returns 404 when the token is expired, rotated, or revoked.

Request

Responses

OK

Response Headers
    Content-Type