getCurrentMemberOrder( )


Gets an order for the currently logged-in member.

The getCurrentMemberOrder() function returns a Promise that resolves to information about a specified order for the currently-logged in member.

Method Declaration
Copy
Method Parameters
orderIdstringRequired

ID of the order to get.

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