Member bookings and transactions

Authenticated loyalty members can access their bookings and transactions, which are automatically recorded against their membership during an order.

In-progress orders

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.

Active bookings

Use the GetActiveCompletedOrdersForMember endpoint to get the list of active completed orders for the authenticated member.

Expired bookings

Use the GetExpiredCompletedOrdersForMember endpoint to get the list of expired completed orders for the authenticated member.

Loyalty transactions

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.