- 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
createInboundPlan
POST
/inbound/fba/2024-03-20/inboundPlans
Fulfillment Inbound
Last modified:2024-12-05 08:51:44
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
2 | 2 |
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
Body Params application/json
The `createInboundPlan` request.
destinationMarketplaces
array[string]
required
>= 1 items<= 1 items
items
array[object (ItemInput) {6}]Â
required
>= 1 items<= 2000 items
expiration
stringÂ
optional
YYYY-MM-DD
. Items with the same MSKU but different expiration dates cannot go into the same box.Match pattern:
^([0-9]{4})-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$
labelOwner
enum<string>Â
required
AMAZON
, SELLER
or NONE
.Allowed values:
AMAZONSELLERNONE
manufacturingLotCode
stringÂ
optional
>= 1 characters<= 256 characters
msku
stringÂ
required
>= 1 characters<= 40 characters
prepOwner
enum<string>Â
required
Allowed values:
AMAZONSELLERNONE
quantity
integerÂ
required
>= 1<= 10000
name
stringÂ
optional
>= 1 characters<= 40 characters
sourceAddress
object (AddressInput)Â
required
Example:
{"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"}
addressLine1
stringÂ
required
>= 1 characters<= 180 characters
addressLine2
stringÂ
optional
>= 1 characters<= 60 characters
city
stringÂ
required
>= 1 characters<= 30 characters
companyName
stringÂ
optional
>= 1 characters<= 50 characters
countryCode
stringÂ
required
>= 2 characters<= 2 characters
Match pattern:
^[A-Z]{2}$
email
stringÂ
optional
>= 1 characters<= 1024 characters
name
stringÂ
required
>= 1 characters<= 50 characters
phoneNumber
stringÂ
required
>= 1 characters<= 20 characters
postalCode
stringÂ
required
>= 1 characters<= 32 characters
stateOrProvinceCode
stringÂ
optional
>= 1 characters<= 64 characters
Example
{
"destinationMarketplaces": [
"ATVPDKIKX0DER"
],
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"name": "My inbound plan",
"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"
}
}
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 POST 'https://sandbox.sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans' \
--header 'Content-Type: application/json' \
--data-raw '{
"destinationMarketplaces": [
"ATVPDKIKX0DER"
],
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"name": "My inbound plan",
"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"
}
}'
Responses
🟢202Accepted
application/json
Headers
x-amzn-RequestId
stringÂ
optional
x-amzn-RateLimit-Limit
stringÂ
optional
Body
The `createInboundPlan` response.
inboundPlanId
stringÂ
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
operationId
stringÂ
required
>= 36 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
Example
{
"inboundPlanId": "stringstringstringstringstringstringst",
"operationId": "stringstringstringstringstringstring"
}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable