BrowserFingerprintInput

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 the browser fingerprint information.

Arguments

ArgumentDescription
browserPlatform (String)

Represents native platform the browser is running on. This could be desktop, mobile, android, ios etc., based on User-Agent.

The size should be greater than or equal to 0 and less than or equal to 50.

browserTimezone (String)

Represents timezone captured on the browser during checkout. Timezone is expected to be in IANA time zone database format (for example, America/Los_Angeles).

The size should be greater than or equal to 0 and less than or equal to 50.

browserType (String)

Represents the type of the browser based on User-Agent provided. Ex : Chrome, FireFox etc.,

The size should be greater than or equal to 0 and less than or equal to 50.

browserVersion (String)

Represents the version of the browser based on User-Agent provided. Ex : 105.0.0.0

The size should be greater than or equal to 0 and less than or equal to 50.