DtoClientDetails

Information about the browser that the customer used when they placed their order:

accept_language
string

The languages and locales that the browser understands.

Example:
es
browser_height
string

The browser screen height in pixels, if available.

Example:
900
browser_ip
string

The browser IP address.

Example:
xxx.xxx.xxx.xxx
browser_width
string

The browser screen width in pixels, if available.

Example:
1000
session_hash
string

A hash of the session.

Example:
9ad4d1f4e6a8977b9dd98eed1e477643
user_agent
string

Details of the browsing client, including software and operating versions.

Example:
Mozilla/X.0 (X11; Linux x86_64) AppleWebKit/xxxxx (KHTML, like Gecko) Chrome/xxxxxx Safari/xxxxx
Example
1
{
2
"accept_language": "es",
3
"browser_height": "900",
4
"browser_ip": "xxx.xxx.xxx.xxx",
5
"browser_width": "1000",
6
"session_hash": "9ad4d1f4e6a8977b9dd98eed1e477643",
7
"user_agent": "Mozilla/X.0 (X11; Linux x86_64) AppleWebKit/xxxxx (KHTML, like Gecko) Chrome/xxxxxx Safari/xxxxx"
8
}