Get Features PHASE 2
Version | Date | Created / Updated | Notes |
---|---|---|---|
v1.0 | 05.03.2025 | Bogomil Pavlov | First publish |
Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature.
API Call : GET /fba/outbound/2020-07-01/features
Query Parameters:
marketplaceId
Sample Request:
GET [https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/features?marketplaceId=ATVPDKIKX0DER](https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/features?marketplaceId=ATVPDKIKX0DER)
Sample Response:
{
"payload": {
"features": [
{
"featureName": "BLANK_BOX",
"featureDescription": "Enables Shipment in non-Amazon branded boxes",
"sellerEligible": true
}
]
}
}
Response Mapping:
Amazon Field | Hemi Field | Comment | |
---|---|---|---|