Skip to main content

Add Item to Draft Plan

POST 

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

Add an item to a draft FBA inbound plan.

Authorization

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

Fields:

  • product_id (integer, required) — SKU product id
  • msku (string, required) — Amazon merchant SKU
  • quantity (integer, required) — units to send
  • kit_fulfillment_mode (string, optional) — for kit products only: kit_stock (ship pre-built kit stock) or components (the source assembles the kit from component stock; components are allocated at verify and convert to the kit when the source confirms the build).
  • case_pack_qty (integer, optional, nullable) — case pack size to snapshot onto this line. Defaults to the product's current case pack size when omitted.
  • case_pack_rounding (string, optional, nullable) — rounding strategy snapshot for this line: always_round_up, always_round_down, or round_nearest. Defaults to the product's current case pack rounding setting when omitted.

Smart default: when kit_fulfillment_mode is omitted and the product is a kit sourced from a non-supplier warehouse, the mode defaults to components if pre-built kit stock cannot cover the quantity but component stock can assemble it. Pass the field explicitly to override.

The response includes is_kit, kit_fulfillment_mode, kit_availability (kit stock on hand, max buildable from components, bottleneck component), and the snapshotted case_pack_qty / case_pack_rounding.

Request

Responses

OK

Response Headers
    Content-Type