- 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
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- getFulfillmentPreviewPOST
- deliveryOffersPOST
- listAllFulfillmentOrdersGET
- createFulfillmentOrderPOST
- getPackageTrackingDetailsGET
- listReturnReasonCodesGET
- createFulfillmentReturnPUT
- getFulfillmentOrderGET
- updateFulfillmentOrderPUT
- cancelFulfillmentOrderPUT
- submitFulfillmentOrderStatusUpdatePUT
- getFeaturesGET
- getFeatureInventoryGET
- getFeatureSKUGET
- 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
createFulfillmentOrder
POST
/fba/outbound/2020-07-01/fulfillmentOrders
fbaOutbound
Last modified:2024-12-11 04:21:59
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
2 | 30 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates 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 APIRequest
Body Params application/json
The request body schema for the `createFulfillmentOrder` operation.
marketplaceId
stringÂ
optional
sellerFulfillmentOrderId
stringÂ
required
SellerFulfillmentOrderId
must be unique for each fulfillment order that a seller creates. If the seller's system already creates unique order identifiers, then these might be good values for them to use.<= 40 characters
displayableOrderId
stringÂ
required
DisplayableOrderId
should match the order identifier that the seller provides to the recipient. The seller can use the SellerFulfillmentOrderId
for this value or they can specify an alternate value if they want the recipient to reference an alternate order identifier.<= 40 characters
displayableOrderDate
string <date-time>
required
displayableOrderComment
stringÂ
required
<= 750 characters
shippingSpeedCategory
enum<string>Â
required
ScheduledDelivery
, choose Ship
for the fulfillmentAction
. Hold
is not a valid fulfillmentAction
value when the shippingSpeedCategory
value is ScheduledDelivery
.Note: Shipping method service level agreements vary by marketplace. Sellers should refer to the Seller Central website in their marketplace for shipping method service level agreements and fulfillment fees.
Allowed values:
StandardExpeditedPriorityScheduledDelivery
deliveryWindow
object (DeliveryWindow)Â
optional
startDate
string <date-time>
required
endDate
string <date-time>
required
destinationAddress
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
deliveryPreferences
object (DeliveryPreferences)Â
optional
This feature is currently supported only in the JP marketplace and not applicable for other marketplaces.
For eligible orders, the default delivery preference will be to deliver the package unattended at the front door, unless you specify otherwise.
deliveryInstructions
stringÂ
optional
<= 250 characters
dropOffLocation
object (DropOffLocation)Â
optional
fulfillmentAction
enum<string>Â
optional
Allowed values:
ShipHold
fulfillmentPolicy
enum<string>Â
optional
FulfillmentPolicy
value specified when you submitted the createFulfillmentOrder
operation.Allowed values:
FillOrKillFillAllFillAllAvailable
codSettings
object (CODSettings)Â
optional
isCodRequired
booleanÂ
required
codCharge
object (Money)Â
optional
codChargeTax
object (Money)Â
optional
shippingCharge
object (Money)Â
optional
shippingChargeTax
object (Money)Â
optional
shipFromCountryCode
stringÂ
optional
notificationEmails
array[string]
optional
featureConstraints
array[object (FeatureSettings) {2}]Â
optional
featureName
stringÂ
optional
featureFulfillmentPolicy
enum<string>Â
optional
Allowed values:
RequiredNotRequired
items
array[object (CreateFulfillmentOrderItem) {9}]Â
required
sellerSku
stringÂ
required
<= 50 characters
sellerFulfillmentOrderItemId
stringÂ
required
SellerSKU
. For example, the seller might assign different SellerFulfillmentOrderItemId
values to two items in a fulfillment order that share the same SellerSKU
but have different GiftMessage
values.<= 50 characters
quantity
integer <int32>
required
giftMessage
stringÂ
optional
<= 512 characters
displayableComment
stringÂ
optional
<= 250 characters
fulfillmentNetworkSku
stringÂ
optional
perUnitDeclaredValue
object (Money)Â
optional
perUnitPrice
object (Money)Â
optional
perUnitTax
object (Money)Â
optional
paymentInformation
array[object (PaymentInformation) {3}]Â
optional
paymentTransactionId
stringÂ
required
paymentMode
stringÂ
required
paymentDate
string <date-time>
required
Example
{
"marketplaceId": {{MARKET_USA}},
"sellerFulfillmentOrderId": "1TestOrder",
"displayableOrderId": "1TestOrder",
"displayableOrderDate": "2019-08-24T14:15:22.123Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"destinationAddress": {
"addressLine1": "1234 Elm Street",
"addressLine2": "Apt 56B",
"addressLine3": "Building 4",
"city": "Seattle",
"countryCode": "US",
"county": "King",
"district": "Downtown",
"name": "John Doe",
"phoneNumber": "+14155552671",
"postalCode": "98101",
"stateOrRegion": "WA"
},
"deliveryPreferences": null,
"fulfillmentAction": "Ship",
"fulfillmentPolicy": "FillOrKill",
"codSettings": null,
"shipFromCountryCode": "US",
"notificationEmails": null,
"featureConstraints": null,
"items": [
{
"sellerSku": "123ABC",
"sellerFulfillmentOrderItemId": "123OrderID",
"quantity": 1,
"giftMessage": "string",
"displayableComment": "string",
"fulfillmentNetworkSku": "123NetworkSKU",
"perUnitDeclaredValue": {
"currencyCode": "USD",
"value": "2.0"
},
"perUnitPrice": {
"currencyCode": "USD",
"value": "2.0"
},
"perUnitTax": {
"currencyCode": "USD",
"value": "0.75"
}
}
],
"paymentInformation": null
}
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/fba/outbound/2020-07-01/fulfillmentOrders' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplaceId": {{MARKET_USA}},
"sellerFulfillmentOrderId": "1TestOrder",
"displayableOrderId": "1TestOrder",
"displayableOrderDate": "2019-08-24T14:15:22.123Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"destinationAddress": {
"addressLine1": "1234 Elm Street",
"addressLine2": "Apt 56B",
"addressLine3": "Building 4",
"city": "Seattle",
"countryCode": "US",
"county": "King",
"district": "Downtown",
"name": "John Doe",
"phoneNumber": "+14155552671",
"postalCode": "98101",
"stateOrRegion": "WA"
},
"deliveryPreferences": null,
"fulfillmentAction": "Ship",
"fulfillmentPolicy": "FillOrKill",
"codSettings": null,
"shipFromCountryCode": "US",
"notificationEmails": null,
"featureConstraints": null,
"items": [
{
"sellerSku": "123ABC",
"sellerFulfillmentOrderItemId": "123OrderID",
"quantity": 1,
"giftMessage": "string",
"displayableComment": "string",
"fulfillmentNetworkSku": "123NetworkSKU",
"perUnitDeclaredValue": {
"currencyCode": "USD",
"value": "2.0"
},
"perUnitPrice": {
"currencyCode": "USD",
"value": "2.0"
},
"perUnitTax": {
"currencyCode": "USD",
"value": "0.75"
}
}
],
"paymentInformation": null
}'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response schema for the `createFulfillmentOrder` operation.
errors
array[object (Error) {3}]Â
optional
code
stringÂ
required
message
stringÂ
required
details
stringÂ
optional
Example
{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
🔴503Service Unavailable