ClientDetailsInput
Version 2024-01-01
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
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 3 days ago