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

    The listInboundPlans response.

    interface ListInboundPlansResponse {
        inboundPlans?: InboundPlanSummary[];
        pagination?: Pagination;
    }
    Index

    Properties

    inboundPlans?: InboundPlanSummary[]

    A list of inbound plans with minimal information.

    pagination?: Pagination