Request parameters for getFeatureInventory operation in FbaOutboundApi.

Export

FbaOutboundApiGetFeatureInventoryRequest

interface FbaOutboundApiGetFeatureInventoryRequest {
    featureName: string;
    marketplaceId: string;
    nextToken?: string;
}

Properties

featureName: string

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

Memberof

FbaOutboundApiGetFeatureInventory

marketplaceId: string

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

Memberof

FbaOutboundApiGetFeatureInventory

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.

Memberof

FbaOutboundApiGetFeatureInventory