Skip to main content

List Packing Options

GET 

/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/packing-options

List the packing options generated for a draft FBA inbound plan, including each option's packing groups and their items (with linked product details).

Authorization

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

Each option includes:

  • status — one of offered, confirmed, expired
  • discounts / fees — Amazon-quoted incentives for the option
  • expiration — when the offered option expires on Amazon's side
  • supported_shipping_configurations — shipping mode/solution pairs the option supports
  • packing_groups[].items[] — the MSKUs and quantities that must be packed together, with prep_owner / label_owner, the linked SKU.io product, and the product's per-unit weight / weight_unit and length / width / height / dimension_unit plus its case_pack_qty. Missing weight/dimension figures are returned as null with weight_estimated / dims_estimated set to true so the UI can flag them as estimates in load & transport calculations.

Run Generate Packing Options first; this endpoint reads the locally persisted results.

Request

Responses

OK

Response Headers
    Content-Type