Sales History
To get a history overview of all Orders and Sales Transactions for a Member Contact, use the function SalesEntriesGetByCardId.
To get detailed data for the SalesEntry, use SalesEntryGetById with the ID and ID Type from the SalesEntriesGetByCardId method.
- IdType.Receipt is a regular POS transaction.
- IdType.Order is an LS Central provided order ID.
- IdType.External is a custom order ID provided by you in order creation.
Anonymous users that do not have an account must provide the ID (for example, order ID) of the SalesEntry to be used with SalesEntryGetById.