Skip to main content

Bulk Add Items to Draft Plan

POST 

/api/amazon/:integrationInstance/draft-inbound-plans/items/:draft_inbound_plan/bulk-add

Bulk add items to a draft FBA inbound plan. Items already on the plan (matched by MSKU) are skipped unless replace_existing is true, in which case their quantity is updated.

Authorization

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

Each item accepts the same fields as Add Item to Draft Plan (product_id, msku, quantity, kit_fulfillment_mode, case_pack_qty, case_pack_rounding) — case_pack_qty/case_pack_rounding are optional per-item overrides; when omitted they default to the product's current case pack settings.

Kit smart default: each added kit product sourced from a non-supplier warehouse defaults kit_fulfillment_mode to components when pre-built kit stock cannot cover the requested quantity but component stock can assemble it (the source builds the kits; components are allocated at verify). Other lines default to shipping stock as-is.

Request

Responses

OK

Response Headers
    Content-Type