- 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
getMyFeesEstimates
Pending
POST
/products/fees/v0/feesEstimate
fees
Last modified:2024-11-28 09:36:30
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
0.5 | 1 |
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 see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.Request
Body Params application/json
Request for estimated fees for a list of products.
array of:
FeesEstimateRequest
object (FeesEstimateRequest)Â
optional
MarketplaceId
stringÂ
required
IsAmazonFulfilled
booleanÂ
optional
PriceToEstimateFees
object (PriceToEstimateFees)Â
required
Identifier
stringÂ
required
OptionalFulfillmentProgram
enum<string>Â
optional
Allowed values:
FBA_COREFBA_SNLFBA_EFN
IdType
enum<string>Â
required
FeesEstimateByIdRequest
.Allowed values:
ASINSellerSKU
IdValue
stringÂ
required
Example
[
{
"FeesEstimateRequest": {
"MarketplaceId": "string",
"IsAmazonFulfilled": true,
"PriceToEstimateFees": {
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
}
},
"Identifier": "string",
"OptionalFulfillmentProgram": "FBA_CORE"
},
"IdType": "ASIN",
"IdValue": "string"
}
]
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/products/fees/v0/feesEstimate' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"FeesEstimateRequest": {
"MarketplaceId": "string",
"IsAmazonFulfilled": true,
"PriceToEstimateFees": {
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
}
},
"Identifier": "string",
"OptionalFulfillmentProgram": "FBA_CORE"
},
"IdType": "ASIN",
"IdValue": "string"
}
]'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
Estimated fees for a list of products.
array of:
Status
stringÂ
optional
FeesEstimateIdentifier
object (FeesEstimateIdentifier)Â
optional
MarketplaceId
stringÂ
optional
SellerId
stringÂ
optional
IdType
enum<string>Â
optional
FeesEstimateByIdRequest
.Allowed values:
ASINSellerSKU
IdValue
stringÂ
optional
IsAmazonFulfilled
booleanÂ
optional
PriceToEstimateFees
object (PriceToEstimateFees)Â
optional
SellerInputIdentifier
stringÂ
optional
OptionalFulfillmentProgram
enum<string>Â
optional
Allowed values:
FBA_COREFBA_SNLFBA_EFN
FeesEstimate
object (FeesEstimate)Â
optional
TimeOfFeesEstimation
string <date-time>
required
TotalFeesEstimate
object (MoneyType)Â
optional
FeeDetailList
array[object (FeeDetail) {6}]Â
optional
Error
object (FeesEstimateError)Â
optional
Type
stringÂ
required
Code
stringÂ
required
Message
stringÂ
required
Detail
array [object]Â
required
Example
[
{
"Status": "string",
"FeesEstimateIdentifier": {
"MarketplaceId": "string",
"SellerId": "string",
"IdType": "ASIN",
"IdValue": "string",
"IsAmazonFulfilled": true,
"PriceToEstimateFees": {
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
}
},
"SellerInputIdentifier": "string",
"OptionalFulfillmentProgram": "FBA_CORE"
},
"FeesEstimate": {
"TimeOfFeesEstimation": "2019-08-24T14:15:22Z",
"TotalFeesEstimate": {
"currencyCode": "string",
"amount": 0
},
"FeeDetailList": [
{
"FeeType": "string",
"FeeAmount": {
"currencyCode": "string",
"amount": 0
},
"FeePromotion": {
"currencyCode": "string",
"amount": 0
},
"TaxAmount": {
"currencyCode": "string",
"amount": 0
},
"FinalFee": {
"currencyCode": "string",
"amount": 0
},
"IncludedFeeDetailList": [
{
"FeeType": "string",
"FeeAmount": {
"currencyCode": "string",
"amount": 0
},
"FeePromotion": {
"currencyCode": "string",
"amount": 0
},
"TaxAmount": {
"currencyCode": "string",
"amount": 0
},
"FinalFee": {
"currencyCode": "string",
"amount": 0
}
}
]
}
]
},
"Error": {
"Type": "string",
"Code": "string",
"Message": "string",
"Detail": [
{}
]
}
}
]
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
🔴503Service Unavailable