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

    The listInboundPlanBoxes response.

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

    Properties

    Properties

    boxes: Box[]

    A list of boxes in an inbound plan.

    pagination?: Pagination