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

    The listInboundPlans response.

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

    A list of inbound plans with minimal information.

    pagination?: Pagination