For developers
By Qliro


1 2 3 4 5 6loyalty: { id: "customerLoyaltyId", provider: "provider", isMember: true, }
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24{ email: "test@qliro.com", firstName: "First", lastName: "Last", city: "City", zipCode: "12345", street: "Street", socialSecurityNumber: "xxxxxxxxxx", country: "SE", mobilePhone: "+4612345678", consents: [{ id: "consentId", value: true, date: "2025-01-01T00:00:00+0100", source: "Qliro", comment: "Accepted at checkout" }], contactType: "contactType", preferences: { acceptsEmail: true, acceptsSms: false, acceptsPostal: false } }
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18{ "attributes" : { "email" : "qlirotest@qlirotest.com", "phone_number" : "+46761234567", "first_name" : "Curious", "last_name" : "George", "location" : { "country" : "SE", "address1" : "Drottninggatan 56", "city" : "Stockholm", "zip" : "11121", }, "properties" : { "gender" : "Male", "birthday" : "1970-01-01T00:00:00" } } };
|
Property
|
Type
|
Description
|
Mandatory
|
|
Lists
|
List (string)
|
Klaviyo list names (not id:s) that the profile will be added to on opt-in. Requires that merchant has already created these lists beforehand.
|
No
|
|
UseEmailSubscriptionChannel
|
Boolean
|
If the profile should subscribe to the email subscription channel on opt-in. Requires that merchant has configured the channel properly on Klaviyo.
|
No
|
|
UseSmsSubscriptionChannel
|
Boolean
|
If the profile should subscribe to the SMS subscription channel on opt-in. Requires that merchant has configured the channel properly on Klaviyo.
|
No
|