Skip to main content

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.

Not yet available to API tokens

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

OK

Response Headers
    Content-Type