Selling Partner API for Product Fees (v0)

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.

fees

getMyFeesEstimateForSKU

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.

path Parameters
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.

Request Body schema: application/json
object (FeesEstimateRequest)

Responses

Request samples

Content type
application/json
{
  • "FeesEstimateRequest": {
    }
}

Response samples

Content type
application/json
{
  • "payload": {
    },
  • "errors": [
    ]
}

getMyFeesEstimateForASIN

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.

path Parameters
Asin
required
string

The Amazon Standard Identification Number (ASIN) of the item.

Request Body schema: application/json
object (FeesEstimateRequest)

Responses

Request samples

Content type
application/json
{
  • "FeesEstimateRequest": {
    }
}

Response samples

Content type
application/json
{
  • "payload": {
    },
  • "errors": [
    ]
}

getMyFeesEstimates

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.

Request Body schema: application/json
Array
Array
object (FeesEstimateRequest)
IdType
required
string
Enum: "ASIN" "SellerSKU"

The type of product identifier used in a FeesEstimateByIdRequest.

IdValue
required
string

The item identifier.

Responses

Request samples

Content type
application/json
[
  • [
    ]
]

Response samples

Content type
application/json
""