Show Fulfillment Packet
GET/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/fulfillment
Detect 3PL/supplier fulfillment availability for the plan and return the built packet (or null when not yet built). available reflects whether the plan is eligible; source_type is 3pl or supplier; packet carries the resolved recipient, the two editable email templates, and the attachment availability flags below.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Email templates. email_template is the initial portal invitation (asks the 3PL/supplier for box contents). email_shipping_details_template is the stage-2 follow-up that carries the shipping paperwork. Both leave the {{reference}} / {{portal_link}} / {{instructions}} tokens un-substituted, and both are tenant-overridable in Settings → Email Templates.
can_send_shipping_details (boolean): whether there is anything to send in the stage-2 follow-up yet — true once the order has been sent AND at least one later-stage document (box labels, pallet labels, packing list or bill of lading) has left the pending state.
email_will_attach_* (booleans): which documents the email can actually carry right now — fnsku_labels (already generated or generatable at send), prep_sheet (whenever the plan has items), packing_list (once box contents are known), and box_labels / pallet_labels / bol (once generated; pallet labels and a bill of lading exist on freight shipments only).
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
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.