Skip to content
Splashup spec for Klaviyo
Share
Explore

icon picker
Shortlist export


{
"shortlist": {
"shortlistId" : "",

}
Event params
0
Name
Type
Description
1
shortlist
Object
An object containing an information about a shortlist
2
shortlist.shortlistId
String
Shortlist ID
3
shortlist.userId
String
SplashUp user ID
4
Items
Array of objects
An Arrau of objects data about a particlar item
5
Items[..].itemId
String
Shopify ItemId converted to string format
6
Items[..].retailerId
String
Retailer Site name with .myshopify.com at the end
7
Items[..].description
String
The html code of an item description converted to a text format
8
Items[..].title
String
Item title
9
Items[..].price
integer number
1000 means $10.00
10
There are no rows in this table
shortlist - An object containing an information about a shortlist
shortlistId : string - Splashup shortlist ID
userId : string - SplashUp user ID
Items - An array of objects data about items in a shortlist
items[i] - an element of ‘Items’ array, an object containing detailed information about a shortlisted item
itemId: string - Shopify Item Id converted to a string format
retailerId: string - Retailer site name with ‘.myshopify.com’ at the end
description: string - The html code of an item description converted to a text format
title: string - Item title
price: number - Price of the item in integer format, 1000 means $10.00
images - an array of objects related to item images
images[i] - an object containing the info about images linked to variants
src: string - the URL of the image

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.