The listShipmentBoxes response.

ListShipmentBoxesResponse

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

Properties

Properties

boxes: Box[]

A list of boxes in a shipment.

ListShipmentBoxesResponse

pagination?: Pagination

ListShipmentBoxesResponse