listCurrentMemberOrders( )


Lists the orders for the currently logged-in member.

Note:

  • To work with the Pricing Plans API, a site needs to be published.

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

Method Declaration
Copy
Method Parameters
filtersCurrentMemberFilterOptions

Filter options for limiting which orders are listed.


pagingPaginationOptions

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


sortingSortingOptions

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

Returns
Return Type:Promise<Array<Order>>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?