AWD inventory payload.

InventoryListing

interface InventoryListing {
    inventory: InventorySummary[];
    nextToken?: string;
}

Properties

inventory: InventorySummary[]

List of inventory summaries.

InventoryListing

nextToken?: string

Token to retrieve the next set of paginated results.

InventoryListing