HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getFeatureSKU

Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn't eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to URL Encoding.

Usage Plan:

Rate (requests per second)Burst
230

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

Path Params
string
required

The name of the feature.

string
required

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.

Query Params
string
required

The marketplace for which to return the count.

Responses

Response body
object
payload
object

The payload for the getFeatureSKU operation.

string
required

The requested marketplace.

string
required

The name of the feature.

boolean
required

When true, the seller SKU is eligible for the requested feature.

ineligibleReasons
array of strings

A list of one or more reasons that the seller SKU is ineligibile for the feature.

Possible values:

  • MERCHANT_NOT_ENROLLED - The merchant isn't enrolled for the feature.
  • SKU_NOT_ELIGIBLE - The SKU doesn't reside in a warehouse that supports the feature.
  • INVALID_SKU - There is an issue with the SKU provided.
ineligibleReasons
skuInfo
object

Information about an SKU, including the count available, identifiers, and a list of overlapping SKUs that share the same inventory pool.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language