- 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
- 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
getEligibleShipmentServices
POST
/mfn/v0/eligibleShippingServices
merchantFulfillment
Last modified:2024-12-05 08:36:30
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
6 | 12 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that are applied to the requested operation when available. The preceding table 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 SP-API.Request
Body Params application/json
Request schema.
ShipmentRequestDetails
object (ShipmentRequestDetails)Â
required
AmazonOrderId
stringÂ
required
SellerOrderId
stringÂ
optional
<= 64 characters
ItemList
array[object (Item) {7}]Â
required
ShipFromAddress
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"}
PackageDimensions
object (PackageDimensions)Â
required
Weight
object (Weight)Â
required
MustArriveByDate
string <date-time>
optional
ShipDate
string <date-time>
optional
ShippingServiceOptions
object (ShippingServiceOptions)Â
required
LabelCustomization
object (LabelCustomization)Â
optional
ShippingOfferingFilter
object (ShippingOfferingFilter)Â
optional
IncludePackingSlipWithLabel
booleanÂ
optional
IncludeComplexShippingOptions
booleanÂ
optional
CarrierWillPickUp
enum<string>Â
optional
Allowed values:
CarrierWillPickUpShipperWillDropOffNoPreference
DeliveryExperience
enum<string>Â
optional
Allowed values:
DeliveryConfirmationWithAdultSignatureDeliveryConfirmationWithSignatureDeliveryConfirmationWithoutSignatureNoTrackingNoPreference
Example
{
"ShipmentRequestDetails": {
"AmazonOrderId": "string",
"SellerOrderId": "string",
"ItemList": [
{
"sku": "string",
"summaries": [
{
"marketplaceId": "string",
"asin": "string",
"productType": "string",
"conditionType": "new_new",
"status": [
"BUYABLE"
],
"fnSku": "string",
"itemName": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"mainImage": {
"link": "string",
"height": 0,
"width": 0
}
}
],
"attributes": {},
"issues": [
{
"code": "string",
"message": "string",
"severity": "ERROR",
"attributeNames": [
"string"
],
"categories": [
"INVALID_ATTRIBUTE"
],
"enforcements": {
"actions": [
{
"action": "LISTING_SUPPRESSED"
}
],
"exemption": {
"status": "EXEMPT",
"expiryDate": "2023-10-28T00:36:48.914Z"
}
}
}
],
"offers": [
{
"marketplaceId": "string",
"offerType": "B2C",
"price": {
"currencyCode": "string",
"amount": "string"
},
"points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
},
"audience": {
"value": "ALL",
"displayName": "string"
}
}
],
"fulfillmentAvailability": [
{
"fulfillmentChannelCode": "string",
"quantity": 0
}
],
"procurement": [
{
"costPrice": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"ShipFromAddress": {
"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"
},
"PackageDimensions": {
"height": 0,
"length": 0,
"unitOfMeasurement": "INCHES",
"width": 0
},
"Weight": {
"value": 11,
"unit": "Grams"
},
"MustArriveByDate": "2019-08-24T14:15:22Z",
"ShipDate": "2019-08-24T14:15:22Z",
"ShippingServiceOptions": {
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature",
"DeclaredValue": {
"CurrencyCode": "str",
"Amount": 0
},
"CarrierWillPickUp": true,
"CarrierWillPickUpOption": "CarrierWillPickUp",
"LabelFormat": "PDF"
},
"LabelCustomization": {
"CustomTextForLabel": "string",
"StandardIdForLabel": "AmazonOrderId"
}
},
"ShippingOfferingFilter": {
"IncludePackingSlipWithLabel": true,
"IncludeComplexShippingOptions": true,
"CarrierWillPickUp": "CarrierWillPickUp",
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature"
}
}
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/mfn/v0/eligibleShippingServices' \
--header 'Content-Type: application/json' \
--data-raw '{
"ShipmentRequestDetails": {
"AmazonOrderId": "string",
"SellerOrderId": "string",
"ItemList": [
{
"sku": "string",
"summaries": [
{
"marketplaceId": "string",
"asin": "string",
"productType": "string",
"conditionType": "new_new",
"status": [
"BUYABLE"
],
"fnSku": "string",
"itemName": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"mainImage": {
"link": "string",
"height": 0,
"width": 0
}
}
],
"attributes": {},
"issues": [
{
"code": "string",
"message": "string",
"severity": "ERROR",
"attributeNames": [
"string"
],
"categories": [
"INVALID_ATTRIBUTE"
],
"enforcements": {
"actions": [
{
"action": "LISTING_SUPPRESSED"
}
],
"exemption": {
"status": "EXEMPT",
"expiryDate": "2023-10-28T00:36:48.914Z"
}
}
}
],
"offers": [
{
"marketplaceId": "string",
"offerType": "B2C",
"price": {
"currencyCode": "string",
"amount": "string"
},
"points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
},
"audience": {
"value": "ALL",
"displayName": "string"
}
}
],
"fulfillmentAvailability": [
{
"fulfillmentChannelCode": "string",
"quantity": 0
}
],
"procurement": [
{
"costPrice": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"ShipFromAddress": {
"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"
},
"PackageDimensions": {
"height": 0,
"length": 0,
"unitOfMeasurement": "INCHES",
"width": 0
},
"Weight": {
"value": 11,
"unit": "Grams"
},
"MustArriveByDate": "2019-08-24T14:15:22Z",
"ShipDate": "2019-08-24T14:15:22Z",
"ShippingServiceOptions": {
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature",
"DeclaredValue": {
"CurrencyCode": "str",
"Amount": 0
},
"CarrierWillPickUp": true,
"CarrierWillPickUpOption": "CarrierWillPickUp",
"LabelFormat": "PDF"
},
"LabelCustomization": {
"CustomTextForLabel": "string",
"StandardIdForLabel": "AmazonOrderId"
}
},
"ShippingOfferingFilter": {
"IncludePackingSlipWithLabel": true,
"IncludeComplexShippingOptions": true,
"CarrierWillPickUp": "CarrierWillPickUp",
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature"
}
}'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
Response schema.
payload
object (GetEligibleShipmentServicesResult)Â
optional
getEligibleShipmentServices
operation.ShippingServiceList
array[object (ShippingService) {14}]Â
required
RejectedShippingServiceList
array[object (RejectedShippingService) {5}]Â
optional
TemporarilyUnavailableCarrierList
array[object (TemporarilyUnavailableCarrier) {1}]Â
optional
TermsAndConditionsNotAcceptedCarrierList
array[object (TermsAndConditionsNotAcceptedCarrier) {1}]Â
optional
errors
array[object (Error) {3}]Â
optional
code
stringÂ
required
message
stringÂ
required
details
stringÂ
optional
Example
{
"payload": {
"ShippingServiceList": [
{
"ShippingServiceName": "string",
"CarrierName": "string",
"ShippingServiceId": "string",
"ShippingServiceOfferId": "string",
"ShipDate": "2019-08-24T14:15:22Z",
"EarliestEstimatedDeliveryDate": "2019-08-24T14:15:22Z",
"LatestEstimatedDeliveryDate": "2019-08-24T14:15:22Z",
"Rate": {
"CurrencyCode": "str",
"Amount": 0
},
"ShippingServiceOptions": {
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature",
"DeclaredValue": {
"CurrencyCode": "str",
"Amount": 0
},
"CarrierWillPickUp": true,
"CarrierWillPickUpOption": "CarrierWillPickUp",
"LabelFormat": "PDF"
},
"AvailableShippingServiceOptions": {
"AvailableCarrierWillPickUpOptions": [
{
"CarrierWillPickUpOption": "CarrierWillPickUp",
"Charge": {
"CurrencyCode": "str",
"Amount": 0
}
}
],
"AvailableDeliveryExperienceOptions": [
{
"DeliveryExperienceOption": "DeliveryConfirmationWithAdultSignature",
"Charge": {
"CurrencyCode": "str",
"Amount": 0
}
}
]
},
"AvailableLabelFormats": [
"PDF"
],
"AvailableFormatOptionsForLabel": [
{
"IncludePackingSlipWithLabel": true,
"LabelFormat": "PDF"
}
],
"RequiresAdditionalSellerInputs": true,
"Benefits": {
"IncludedBenefits": [
"string"
],
"ExcludedBenefits": [
{
"Benefit": "string",
"ReasonCodes": [
"string"
]
}
]
}
}
],
"RejectedShippingServiceList": [
{
"CarrierName": "string",
"ShippingServiceName": "string",
"ShippingServiceId": "string",
"RejectionReasonCode": "string",
"RejectionReasonMessage": "string"
}
],
"TemporarilyUnavailableCarrierList": [
{
"CarrierName": "string"
}
],
"TermsAndConditionsNotAcceptedCarrierList": [
{
"CarrierName": "string"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
🔴503Service Unavailable