Authenticated loyalty members can access their bookings and transactions, which are automatically recorded against their membership during an order.
Creating and populating new orders for a loyalty member works in the same way as described in Orders.
The only difference is that the loyalty authentication cookie or token should be included for all API requests associated with the order.
Use the GetActiveCompletedOrdersForMember endpoint to get the list of active completed orders for the authenticated member.
Use the GetExpiredCompletedOrdersForMember endpoint to get the list of expired completed orders for the authenticated member.
Use the GetMemberTransactions endpoint to get the list of loyalty transactions made by the authenticated member.
This endpoint supports pagination via the limit and offset query parameters.