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

    Request parameters for listReplenishmentOrders operation in AmazonWarehousingAndDistributionApi.

    interface AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest {
        maxResults?: number;
        nextToken?: string;
        sortOrder?: ListReplenishmentOrdersSortOrderEnum;
        updatedAfter?: string;
        updatedBefore?: string;
    }
    Index

    Properties

    maxResults?: number

    Maximum results to be returned in a single response.

    nextToken?: string

    A token that is used to retrieve the next page of results. The response includes `nextToken` when the number of results exceeds the specified `maxResults` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.

    Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.

    updatedAfter?: string

    Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.

    updatedBefore?: string

    Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.