Download OpenAPI specification:Download
The Selling Partner API for Product Fees lets you programmatically retrieve estimated fees for a product. You can then account for those fees in your pricing.
Returns the estimated fees for the item indicated by the specified seller SKU in the marketplace specified in the request body.
You can call getMyFeesEstimateForSKU
for an item on behalf of a selling partner before the selling partner sets the item's price. The selling partner can then take any estimated fees into account. Each fees estimate request must include an original identifier. This identifier is included in the fees estimate so that you can correlate a fees estimate with the original request.
Note: The identifier value is only an estimate, actual costs may vary. Search "fees" in Seller Central and consult the store-specific fee schedule for the most up-to-date information.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 2 |
The 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.
SellerSKU required | string Used to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit. |
object (FeesEstimateRequest) |
{- "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"
}
}
{- "payload": {
- "FeesEstimateResult": {
- "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": [
- { }
]
}
}
}, - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Returns the estimated fees for the item indicated by the specified ASIN in the marketplace specified in the request body.
You can call getMyFeesEstimateForASIN
for an item on behalf of a selling partner before the selling partner sets the item's price. The selling partner can then take estimated fees into account. Each fees request must include an original identifier. This identifier is included in the fees estimate so you can correlate a fees estimate with the original request.
Note: This identifier value is only an estimate, actual costs may vary. Search "fees" in Seller Central and consult the store-specific fee schedule for the most up-to-date information.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 2 |
The 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.
Asin required | string The Amazon Standard Identification Number (ASIN) of the item. |
object (FeesEstimateRequest) |
{- "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"
}
}
{- "payload": {
- "FeesEstimateResult": {
- "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": [
- { }
]
}
}
}, - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Returns the estimated fees for a list of products.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
0.5 | 1 |
The 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.
object (FeesEstimateRequest) | |
IdType required | string Enum: "ASIN" "SellerSKU" The type of product identifier used in a |
IdValue required | string The item identifier. |
[- [
- {
- "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"
}
]
]
""