Wishi partner widget/SDK documentation
  • The Formal Stuff
    • Introduction
    • iOS SDK
      • Setup
        • View controller setup example
      • Public protocols
      • Public API's
      • Data structures/types
    • Web SDK
      • Setup
      • Initialization
      • Data structures
      • Public API's/interfaces
      • Events subscription
      • Telemetry
    • Pixel
      • Set up the base code
      • Set up events
      • Tracking parameters
    • Client-side authentication
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. The Formal Stuff
  2. Web SDK

Data structures

Client ID

Partner identifier for the client, for client first use, a new styling session will be generated. For returning clients the clientId will be used to identify the clients and continue their session.

Client Info: Mandatory and optional info

{
    firstName: 'Morty', // Required
    lastName: 'Smith', // Required
    email: 'Morty.Smith@gmail.com', // Required
    birthday: '01-01-2004', // Optional
    phone: '+1-212-999999', // Optional
    gender: 'female', // Optional
    country: 'US', // Optional
    currency: 'USD' // Optional
}
PreviousInitializationNextPublic API's/interfaces

Last updated 1 year ago

Was this helpful?

Page cover image