Selling Partner API SDK for JavaScript
    Preparing search index...

    The listShipmentBoxes response.

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

    Properties

    Properties

    boxes: Box[]

    A list of boxes in a shipment.

    pagination?: Pagination