ClientDetailsInput
Version 2024-04-01
Overview
Represents context for the buying application, like browser, ip fingerprints etc. This is only applicable while creating an Order. If ClientDetails is provided for updating an Order, it gets ignored.
Arguments
Argument | Description |
---|---|
browserFingerprint (BrowserFingerprintInput) | Represents the browser fingerprint information. |
ipFingerprint (IpFingerprintInput) | Represents the IP fingerprint information like IP address and derived location attributes based on IP. |
storeFingerprint (StoreFingerprintInput required) | Represents any store level details like store domain name etc. |
Updated about 2 months ago