The CustomerDetails container organizes customer and order information into the following sections:
Contact details
Shipping address
Billing address
Shipping method
Payment method
Return details:
The return details section is available exclusively on return pages. It provides information about the return.
CustomerDetails container
Configurations
The CustomerDetails container provides the following configuration options:
Options
Type
Req?
Description
paymentIconsMap
Record
No
Configures the icon list by specifying key-value pairs to set custom icons where value can be either the name of SDK icon or custom SVG icon.
orderData
OrderDataModel
No
A structured object containing transformed order data. It can be used as an initial value if data is not fetched from the backend, serving as a fallback.
title
string
No
Enables setting a custom title to replace the default one during container interaction.
className
string
No
Allows custom CSS classes to be applied to the form.
slots.OrderReturnInformation
SlotProps
No
Allows adding or expanding information return details section by including additional data or attributes.
Example
The following example demonstrates how to integrate the CustomerDetails container: