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

    Request parameters for listInboundPlans operation in FulfillmentInboundApi.

    interface FulfillmentInboundApiListInboundPlansRequest {
        pageSize?: number;
        paginationToken?: string;
        sortBy?: ListInboundPlansSortByEnum;
        sortOrder?: ListInboundPlansSortOrderEnum;
        status?: ListInboundPlansStatusEnum;
    }
    Index

    Properties

    pageSize?: number

    The number of inbound plans to return in the response matching the given query.

    paginationToken?: string

    A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.

    Sort by field.

    The sort order.

    The status of an inbound plan.