Hemi Connectors / Amazon MCF Technical Scope / Get Features PHASE 2

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 Docs : https://developer-docs.amazon.com/sp-api/docs/fulfillment-outbound-api-v2020-07-01-reference#getfeatures

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
Is this article helpful?
0 0 0