Sales History

To get a history overview of all Orders and Sales Transactions for a Member Contact, use the function SalesEntriesGetByCardId or SalesEntriesGetByCardIdEx which has more filter options.

To get detailed data for the SalesEntry, use SalesEntryGet with the ID and ID Type from the SalesEntriesGetByCardId method.

  • IdType.Receipt - Retail POS receipt number or Sales Order Document ID.
  • IdType.Order - LS Central Customer Order Document ID.
  • IdType.HospOrder - Hospitality Receipt number.
  • IdType.External - Custom order ID provided by External system.

Anonymous users that do not have an account must provide the ID (for example, order ID) of the SalesEntry to be used with SalesEntryGet.