Get Feature SKU PHASE 2
Version | Date | Created / Updated | Notes |
---|---|---|---|
v1.0 | 05.03.2025 | Bogomil Pavlov | First publish |
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.
API Call : GET /fba/outbound/2020-07-01/features/inventory/{featureName}/{sellerSku}
Query Parameters:
marketplaceId
Sample Request:
GET [https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/features/inventory/BLANK_BOX/123213?marketplaceId=ATVPDKIKX0DER](https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/features/inventory/BLANK_BOX/?marketplaceId=ATVPDKIKX0DER)
Sample Response:
{
"payload": {
"features": [
{
"marketplaceId": "ATVPDKIKX0DER",
"featureName": "BLANK_BOX",
"isEligible": true,
"ineligibleReasons": [],
"skuInfo": {
"sellerSku": "TEST_SKU",
"fnSku": "TEST_fnSku",
"asin": "TEST_asin",
"skuCount": 33
}
]
}
}
Response Mapping:
Amazon Field | Hemi Field | Comment | |
---|---|---|---|