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

    The listPackingGroupBoxes response.

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

    Properties

    Properties

    boxes: Box[]

    Provides the information about the list of boxes in the packing group.

    pagination?: Pagination