- 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
getFulfillmentPreview
POST
/fba/outbound/2020-07-01/fulfillmentOrders/preview
fbaOutbound
Last modified:2024-12-05 08:52:50
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 API.Request
Body Params application/json
The request body schema for the `getFulfillmentPreview` operation.
marketplaceId
stringÂ
optional
address
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
items
array[object (GetFulfillmentPreviewItem) {4}]Â
required
sellerSku
stringÂ
required
<= 50 characters
quantity
integer <int32>
required
perUnitDeclaredValue
object (Money)Â
optional
sellerFulfillmentOrderItemId
stringÂ
required
<= 50 characters
shippingSpeedCategories
array[string]
optional
Allowed values:
StandardExpeditedPriorityScheduledDelivery
includeCODFulfillmentPreview
booleanÂ
optional
includeDeliveryWindows
booleanÂ
optional
ScheduledDeliveryInfo
response object, which contains the available delivery windows for a Scheduled Delivery. The ScheduledDeliveryInfo
response object can only be returned for fulfillment order previews with ShippingSpeedCategories
= ScheduledDelivery
.featureConstraints
array[object (FeatureSettings) {2}]Â
optional
featureName
stringÂ
optional
featureFulfillmentPolicy
enum<string>Â
optional
Allowed values:
RequiredNotRequired
Example
{
"marketplaceId": "string",
"address": {
"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"
},
"items": [
{
"sellerSku": "string",
"quantity": 0,
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
},
"sellerFulfillmentOrderItemId": "string"
}
],
"shippingSpeedCategories": [
"Standard"
],
"includeCODFulfillmentPreview": true,
"includeDeliveryWindows": true,
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}
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/preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplaceId": "string",
"address": {
"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"
},
"items": [
{
"sellerSku": "string",
"quantity": 0,
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
},
"sellerFulfillmentOrderItemId": "string"
}
],
"shippingSpeedCategories": [
"Standard"
],
"includeCODFulfillmentPreview": true,
"includeDeliveryWindows": true,
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response schema for the `getFulfillmentPreview` operation.
payload
object (GetFulfillmentPreviewResult)Â
optional
fulfillmentPreviews
array[object (FulfillmentPreview) {11}]Â
optional
errors
array[object (Error) {3}]Â
optional
code
stringÂ
required
message
stringÂ
required
details
stringÂ
optional
Example
{
"payload": {
"fulfillmentPreviews": [
{
"shippingSpeedCategory": "Standard",
"scheduledDeliveryInfo": {
"deliveryTimeZone": "string",
"deliveryWindows": [
{
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
}
]
},
"isFulfillable": true,
"isCODCapable": true,
"estimatedShippingWeight": {
"value": 11,
"unit": "Grams"
},
"estimatedFees": [
{
"name": "FBAPerUnitFulfillmentFee",
"amount": {
"currencyCode": "string",
"amount": "string"
}
}
],
"fulfillmentPreviewShipments": [
{
"earliestShipDate": "2019-08-24T14:15:22Z",
"latestShipDate": "2019-08-24T14:15:22Z",
"earliestArrivalDate": "2019-08-24T14:15:22Z",
"latestArrivalDate": "2019-08-24T14:15:22Z",
"shippingNotes": [
"string"
],
"fulfillmentPreviewItems": [
{
"sellerSku": "string",
"quantity": 0,
"sellerFulfillmentOrderItemId": "string",
"estimatedShippingWeight": {
"value": 11,
"unit": "Grams"
},
"shippingWeightCalculationMethod": "Package"
}
]
}
],
"unfulfillablePreviewItems": [
{
"sellerSku": "string",
"quantity": 0,
"sellerFulfillmentOrderItemId": "string",
"itemUnfulfillableReasons": [
"string"
]
}
],
"orderUnfulfillableReasons": [
"string"
],
"marketplaceId": "string",
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
🔴503Service Unavailable