[Fulfillment Inbound API v2024] Fetch Inbound Plan Details

Number of APIs: 18

Overview

This Selling Partner APIs (SP API) collection includes all the GET API operations. Use these APIs to fetch your inbound plans, shipments and much more using the new Fulfillment by Amazon (FBA) Inbound v2024 API operations.

This collection supports below operations,

  • Access token retrieval.

  • Complete FBA Inbound GET API requests, including listing all your inbound plans, details to specific inbound plan including its shipments, packing, placement, transportation and labels details.

  1. Get Inbound Level Details - list Inbound Plans GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans?status=ACTIVE&sortBy=LAST_UPDATED_TIME&sortOrder=ASC

  2. Get Inbound Level Details - get Inbound Plan GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId

  3. Get Inbound Level Details - list Inbound Plan Items GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/items

  4. Get Inbound Level Details - list Inbound Plan Pallets GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/pallets

  5. Get Inbound Level Details - list Inbound Plan Boxes GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/boxes

  6. Get Shipment Level Details - get Shipment GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/shipments/:shipmentId

  7. Get Shipment Level Details - list Shipment Items GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/shipments/:shipmentId/items

  8. Get Shipment Level Details - list Shipment Pallets GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/shipments/:shipmentId/pallets

  9. Authorization to get Access Token - https://api.amazon.com/auth/o2/token POST https://api.amazon.com/auth/o2/token

  10. Get Shipment Level Details - list Shipment Boxes GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/shipments/:shipmentId/boxes