listCurrentMemberOrders( )


Lists orders for the currently logged-in member.

The listCurrentMemberOrders() function returns a Promise that resolves to a list of up to 100 pricing plan orders. You can specify options for filtering, sorting, and paginating the results.

Method Declaration
Copy
Method Parameters
filtersCurrentMemberFilterOptions

Filter options for limiting which orders are listed.


sortingSortingOptions

Sorting options, such as by which property and in which direction.


pagingPaginationOptions

Pagination options, such as how many results are listed at a time.

Returns
Return Type:Promise<Array<Order>>
Was this helpful?
Yes
No