FBA Plans

List FBA transport v2024 plans

GET/fba-transport/v2024/plans
Parameter Type Examples Description
outbound_shipment_id Optional
integer1Filter plans by outbound shipment ID

Create an FBA transport v2024 shipping plan

Creates a new Amazon FBA inbound shipping plan for an outbound shipment. The plan is created asynchronously via Amazon's Fulfillment Inbound API. Once created, use the returned plan to configure packing options, placement options, and transportation options before confirming the shipment.

POST/fba-transport/v2024/plans
Parameter Type Examples Description
outbound_shipment_id Required
integer5The ID of the outbound shipment to create a plan for
channel_id Required
integer1The ID of the Amazon channel (must be an active Amazon channel)
destination_marketplace Optional
stringATVPDKIKX0DERThe Amazon marketplace identifier for the destination (e.g. ATVPDKIKX0DER for US). Defaults to the channel's marketplace if not provided.
items Required
array<Item>The items to include in the shipping plan
items.*.msku Required
stringMini-Porta-276810The merchant SKU for this item
items.*.quantity Required
integer40The quantity of this item to include in the plan
items.*.label_owner Required
stringSELLERWho will own the labeling responsibility for this item
items.*.prep_owner Required
stringSELLERWho will own the prep responsibility for this item
items.*.expiration Optional
stringOptional expiration date for the item (YYYY-MM-DD)
items.*.manufacturing_lot_code Optional
stringOptional manufacturing lot code (1-256 characters)

Get a FBA transport v2024 plan

GET/fba-transport/v2024/plans/{plan}
Parameter Type Examples Description
plan Required
stringplan_abc123The ID of the FBA transport v2024 plan

Get shipment labels for an FBA transport v2024 plan

GET/fba-transport/v2024/plans/{plan}/labels
Parameter Type Examples Description
plan Required
stringplan_abc123The ID of the FBA transport v2024 plan
shipment_id Required
stringshipment_abc123The Amazon shipment ID to retrieve labels for