Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The listShipmentBoxes response.

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

    A list of boxes in a shipment.

    pagination?: Pagination