The listInboundPlanItems response.

ListInboundPlanItemsResponse

interface ListInboundPlanItemsResponse {
    items: Item[];
    pagination?: Pagination;
}

Properties

Properties

items: Item[]

The items in an inbound plan.

ListInboundPlanItemsResponse

pagination?: Pagination

ListInboundPlanItemsResponse