Features

Optimistic locking for customer updates

All new customers automatically receive a version id which can be used for further updates. During customer updates, the version id supports optimistic locking. This way, changes of the update have no effect on the latest version of the customer.

Customer information in the email templates

You can use customer data, such as sign-in email, firstName, lastName, contactEmail etc. to send personal emails to your customers. For example, you can add the customer’s first and last names to the address line of the email by inserting the following code:

 ${tools.esc.html(${d.customer.firstName})} ${tools.esc.html(${d.customer.lastName})}

For a detailed list of available attributes, see the Customer service documentation.

  • Send feedback

    If you find any information that is unclear or incorrect, please let us know so that we can improve the Dev Portal content.

  • Get Help

    Use our private help channel. Receive updates over email and contact our specialists directly.

  • hybris Experts

    If you need more information about this topic, visit hybris Experts to post your own question and interact with our community and experts.