Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for getFeatureInventory operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiGetFeatureInventoryRequest {
        featureName: string;
        marketplaceId: string;
        nextToken?: string;
        queryStartDate?: string;
    }
    Index

    Properties

    featureName: string

    The name of the feature for which to return a list of eligible inventory.

    marketplaceId: string

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

    nextToken?: 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.

    queryStartDate?: string

    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`