Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

POS Customer API release notes has been moved to POS Customer API on egretail.cloud

Release 11.04.2024

New provider 'Hybris' added in PosCustomerService

(RTP-26348)

PosCustomerService now support new provider 'Hybris' for fetching member info to POS. The integration can search for members via mobile phone number or member id.

Expand
titleConfiguration
POS Configuration

Existing parameter 'PosCustomerServiceUrl' must be set to the corresponding environment TEST or PROD. Values are 'https://poscustomerservice.egretail-test.cloud/' or 'https://poscustomerservice.egretail.cloud/' respectively.

Existing parameter 'LoyaltyHeaderInSaleView' should be configured to show only relevant information for the cashier. Available values from Hybris is  'MemberNumber, 'MemberName', MemberEmailAddress' and 'MemberMobileNumber'

Existing parameter 'CustomerViewSetupWhenLoyalty' should be configured to show only relevant information for the cashier. Available values from Hybris is 'LoyaltyNumber', 'CustomerFirstName', 'CustomerLastName', 'CustomerEmailAddress' and 'CustomerCellphoneNumber'.

...

Expand
titleConfiguration
POS Configuration
Existing parameter 'UnknownMemberOptionsDialog' must have the 'RegisterWithVipps' option selected. Also, existing parameter 'CheckMemberTermsOnPayment' must be activated (true) when using onboarding with Vipps. This ensures that the member is updated in the receipt when the member has finished the registration process with Vipps, and before the receipt is payed.

Get newest member when multiple matches is received from Voyado

(RTP-23243)

When searching for members from Voyado in POS where the identifier used result in multiple matches in Voyado, POS will now fetch the member with then newest member number and add that member to the receipt. This goes for both manned POS and SCO. Previously an error message was show to the cashier saying that the member could not be added because of the duplicate values in Voaydo. In self checkout no member would be added.


...

Release 04.09.2023

Refactored API to enable member lookups with multiple matches

...