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

    The listInboundPlanBoxes response.

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

    A list of boxes in an inbound plan.

    pagination?: Pagination