The listInboundPlanBoxes response.

ListInboundPlanBoxesResponse

interface ListInboundPlanBoxesResponse {
    boxes: Box[];
    pagination?: Pagination;
}

Properties

Properties

boxes: Box[]

A list of boxes in an inbound plan.

ListInboundPlanBoxesResponse

pagination?: Pagination

ListInboundPlanBoxesResponse