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

    The listInboundPlanItems response.

    interface ListInboundPlanItemsResponse {
        items: Item[];
        pagination?: Pagination;
    }
    Index

    Properties

    Properties

    items: Item[]

    The items in an inbound plan.

    pagination?: Pagination