You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param listOptions.to Upper bound of date range that the order was created (if outgoing) or submitted (if incoming).
540
540
* @param listOptions.search Word or phrase to search for.
541
541
* @param listOptions.searchOn Comma-delimited list of fields to search on.
542
+
* @param listOptions.searchType Type of search to perform. Possible values: AnyTerm (default), AllTermsAnyField, AllTermsSameField, ExactPhrase, ExactPhrasePrefix.
542
543
* @param listOptions.sortBy Comma-delimited list of fields to sort by.
543
544
* @param listOptions.page Page of results to return. Default: 1. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.
544
545
* @param listOptions.pageSize Number of results to return per page. Default: 20, max: 100.
@@ -547,7 +548,7 @@ class Me {
547
548
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
548
549
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
0 commit comments