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

getFeatureInventory

Returns a list of inventory items that are eligible for the fulfillment feature you specify.

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 for which to return a list of eligible inventory.

Query Params
string
required

The marketplace for which to return a list of the inventory that is eligible for the specified feature.

string

A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.

date-time

A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ

Responses

Response body
object
payload
object

The payload for the getEligibileInventory operation.

string
required

The requested marketplace.

string
required

The name of the feature.

string

When present and not empty, pass this string token in the next request to return the next response page.

featureSkus
array of objects

An array of SKUs eligible for this feature and the quantity available.

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

string

The unique SKU used by Amazon's fulfillment network.

string

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

number

The number of SKUs available for this service.

overlappingSkus
array of strings

Other seller SKUs that are shared across the same inventory.

overlappingSkus
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