- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlansGET
- createInboundPlanPOST
- getInboundPlanGET
- listInboundPlanBoxesGET
- cancelInboundPlanPUT
- listInboundPlanItemsGET
- updateInboundPlanNamePUT
- listPackingGroupBoxesGET
- listPackingGroupItemsGET
- setPackingInformationPOST
- listPackingOptionsGET
- generatePackingOptionsPOST
- confirmPackingOptionPOST
- listInboundPlanPalletsGET
- listPlacementOptionsGET
- generatePlacementOptionsPOST
- confirmPlacementOptionPOST
- getShipmentGET
- listShipmentBoxesGET
- listShipmentContentUpdatePreviewsGET
- generateShipmentContentUpdatePreviewsPOST
- getShipmentContentUpdatePreviewGET
- confirmShipmentContentUpdatePreviewPOST
- getDeliveryChallanDocumentGET
- listDeliveryWindowOptionsGET
- generateDeliveryWindowOptionsPOST
- confirmDeliveryWindowOptionsPOST
- listShipmentItemsGET
- updateShipmentNamePUT
- listShipmentPalletsGET
- cancelSelfShipAppointmentPUT
- getSelfShipAppointmentSlotsGET
- generateSelfShipAppointmentSlotsPOST
- scheduleSelfShipAppointmentPOST
- updateShipmentSourceAddressPUT
- updateShipmentTrackingDetailsPUT
- listTransportationOptionsGET
- generateTransportationOptionsPOST
- confirmTransportationOptionsPOST
- listItemComplianceDetailsGET
- updateItemComplianceDetailsPUT
- createMarketplaceItemLabelsPOST
- listPrepDetailsGET
- setPrepDetailsPOST
- getInboundOperationStatusGET
- getItemEligibilityPreviewGET
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
getInboundPlan
GET
/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}
Fulfillment Inbound
Last modified:2024-12-05 08:51:44
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
2 | 6 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.Request
Path Params
inboundPlanId
stringÂ
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans/'
Responses
🟢200OK
application/json
Headers
x-amzn-RequestId
stringÂ
optional
x-amzn-RateLimit-Limit
stringÂ
optional
Body
Inbound plan containing details of the inbound workflow.
createdAt
string <date-time>
required
yyyy-MM-ddTHH:mm:ssZ
.inboundPlanId
stringÂ
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
lastUpdatedAt
string <date-time>
required
yyyy-MM-ddTHH:mm:ssZ
.marketplaceIds
array[string]
required
name
stringÂ
required
packingOptions
array[object (PackingOptionSummary) {2}]Â
optional
packingOptionId
stringÂ
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
status
stringÂ
required
>= 1 characters<= 1024 characters
placementOptions
array[object (PlacementOptionSummary) {2}]Â
optional
placementOptionId
stringÂ
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
status
stringÂ
required
OFFERED
, ACCEPTED
.>= 1 characters<= 1024 characters
shipments
array[object (ShipmentSummary) {2}]Â
optional
confirmPlacementOptions
operation. Only shipments from the chosen placement option are returned. Query the shipment for more details.shipmentId
stringÂ
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
status
stringÂ
required
UNCONFIRMED
, then transition to WORKING
after a placement option has been confirmed, and then to READY_TO_SHIP
once labels are generated.ABANDONED
, CANCELLED
, CHECKED_IN
, CLOSED
, DELETED
, DELIVERED
, IN_TRANSIT
, MIXED
, READY_TO_SHIP
, RECEIVING
, SHIPPED
, UNCONFIRMED
, WORKING
>= 1 characters<= 1024 characters
sourceAddress
object (Address)Â
required
Example:
{"addressLine1":"address_1","addressLine2":"address_2","addressLine3":"address_3","city":"Seattle","countryCode":"US","county":"Washington","district":"District1","name":"address_name","phoneNumber":"+14155552671","postalCode":"123456","stateOrRegion":"Washington"}
addressLine1
stringÂ
required
addressLine2
stringÂ
optional
addressLine3
stringÂ
optional
city
stringÂ
optional
countryCode
stringÂ
required
county
stringÂ
optional
Example:
Washington
district
stringÂ
optional
name
stringÂ
required
phoneNumber
stringÂ
optional
Example:
+14155552671
postalCode
stringÂ
optional
stateOrRegion
stringÂ
required
status
stringÂ
required
ACTIVE
, VOIDED
, SHIPPED
, ERRORED
.>= 1 characters<= 1024 characters
Example
{
"createdAt": "2024-03-20T12:01:00Z",
"inboundPlanId": "wf1234abcd-1234-abcd-5678-1234abcd5678",
"lastUpdatedAt": "2024-03-28T13:15:30Z",
"marketplaceIds": [
"A2EUQ1WTGCTBG2"
],
"name": "FBA (03/20/2024, 12:01 PM)",
"packingOptions": [],
"placementOptions": [],
"shipments": [],
"sourceAddress": {
"addressLine1": "123 example street",
"addressLine2": "Floor 19",
"city": "Toronto",
"companyName": "Acme",
"countryCode": "CA",
"email": "email@email.com",
"name": "name",
"phoneNumber": "1234567890",
"postalCode": "M1M1M1",
"stateOrProvinceCode": "ON"
},
"status": "ACTIVE"
}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable