Get Portal Data
GET/api/amazon/:integrationInstance/draft-inbound-plans/portal/:hashedDraftInboundPlanId
Plan header + line items for the external verification portal. No bearer token — access is granted by the encrypted hashedDraftInboundPlanId in the URL (single plan scope). Generated from the plan's portal_access_hash.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Kit fields per item: is_kit (boolean), assemble_at_source (boolean — the recipient builds this line's kits from components before shipping), components (the pick list when assemble_at_source: sku, name, barcode, per_kit, total_units = per_kit × quantity).
user_name falls back to the merchant's store name when no inventory inquiry was explicitly sent.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.