FBA Plans
List FBA transport v2024 plans
GET
/fba-transport/v2024/plans| Parameter | Type | Examples | Description |
|---|---|---|---|
outbound_shipment_id Optional | integer | 1 | Filter plans by outbound shipment ID |
Example Response
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 | integer | 5 | The ID of the outbound shipment to create a plan for |
channel_id Required | integer | 1 | The ID of the Amazon channel (must be an active Amazon channel) |
destination_marketplace Optional | string | ATVPDKIKX0DER | The 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 | string | Mini-Porta-276810 | The merchant SKU for this item |
items.*.quantity Required | integer | 40 | The quantity of this item to include in the plan |
items.*.label_owner Required | string | SELLER | Who will own the labeling responsibility for this item |
items.*.prep_owner Required | string | SELLER | Who will own the prep responsibility for this item |
items.*.expiration Optional | string | | Optional expiration date for the item (YYYY-MM-DD) |
items.*.manufacturing_lot_code Optional | string | | Optional manufacturing lot code (1-256 characters) |
Example Response
Get a FBA transport v2024 plan
GET
/fba-transport/v2024/plans/{plan}| Parameter | Type | Examples | Description |
|---|---|---|---|
plan Required | string | plan_abc123 | The ID of the FBA transport v2024 plan |
Example Response
Get shipment labels for an FBA transport v2024 plan
GET
/fba-transport/v2024/plans/{plan}/labels| Parameter | Type | Examples | Description |
|---|---|---|---|
plan Required | string | plan_abc123 | The ID of the FBA transport v2024 plan |
shipment_id Required | string | shipment_abc123 | The Amazon shipment ID to retrieve labels for |
