listCurrentMemberOrders( )


Lists the orders for the currently logged-in member.

The listsCurrentMemberOrders() function returns a Promise that resolves to an array of the non-draft orders for the currently logged-in member.

Note:

  • To work with the Pricing Plans API, you need to publish your site.

  • The listCurrentMemberOrders() function doesn't work in preview mode.

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