SFL Reminder[Beta]
A scheduled event triggered to notify the shopper about the previously saved for later products.
This feature is currently in beta and it is provided for early access and feedback purposes.Please contact your CSM or Email at [email protected] to learn more about the event.
Objects
- User[Shopper]
- List items
- Event
- Device
- List
- ListItem[Product]
Payload
{
"EventName": "Swym-SflReminder",
"EventTime": "2024-10-30T07:42:48Z",
"User": {
"UserId": "7shd3456dgey862t5d7s8ej992jd9e",
"Medium": "email",
"MediumValue": "[email protected]",
"Currency": "USD", //Markets fields
"Country": "US", //Markets fields
"Locale": "en" //Markets fields
},
"ListItems": [{
"List": {
"ListId": "6dgey862t5d7s8ej992jd9e",
"ListName": "SavedForLaterList"
},
"ListItem": {
"ProductId": 4269834960999,
"ProductName": "Emma",
"ProductPrice": 30,
"ProductQuantity": 20,
"ProductBrand": "ScarlettHara",
"ProductCategory": "White",
"ProductURL": "https://cc-test-store-nemoz.myshopify.com/products/emma?sw-rfr=4e20&swid=LvppBHin4hcnvm4anRUCC3FpUAD7o16nORhMXuYLgGsI57QzTbrR89SCrVtkyBdON9OFjCbZNhskF-5cHkc61A",
"ProductImageURL": "https://cdn.shopify.com/s/files/1/0029/7772/6510/products/images-8_620x620.jpg?v=1555656217",
"ProductVariantId": 30774347071591,
"ProductVariantInfo": "Color Red",
"ProductVariantSKU": "sku-187-ydh"
},
"ListItemAddEvent": {
"EventTime": "2024-10-30T07:42:48Z",
"EventCustomProperties": {}, //cprops
"EventSource": "cartpage",
"EventChannel": "web"
},
"Device": {
"DeviceId": "7shd3456dgey862t5d7s8ej992jd9e",
"DeviceType": "mobile",
"DeviceName": "iPhone 12 Pro Max",
"DeviceOS": "iOS 14.5",
"DeviceBrowser": "Safari",
"DeviceIP": "192.168.1.1"
}
}]
}
Attribute | Description | Supported |
---|---|---|
EventName | Name of the event | ✅ Yes |
EventTime | Date Time | ✅ Yes |
Attribute | Description | Supported |
---|---|---|
UserId | Unique identifier for the user | ✅ Yes |
Medium | Type of identifier (e.g., email, sms) | ✅ Yes |
MediumValue | Actual value of the identifier | ✅ Yes |
Currency | Shopper's local market currency | ✅ Yes |
Country | Shopper's local market country | ✅ Yes |
Locale | Shopper's market locale | ✅ Yes |
Attribute | Description | Supported |
---|---|---|
ProductId | Product ID | ✅ Yes |
ProductName | Name of the product | ✅ Yes |
ProductPrice | Price of the product | ✅ Yes |
ProductQuantity | Quantity in stock or shown at time of event | ✅ Yes |
ProductBrand | Brand of the product | ✅ Yes |
ProductCategory | Category/Collection | ✅ Yes |
ProductURL | Product URL | ✅ Yes |
ProductImageURL | Product image URL | ✅ Yes |
ProductVariantId | Variant ID of the product | ✅ Yes |
ProductVariantInfo | Variant attributes like color, size, etc. | ✅ Yes |
ProductVariantSKU | SKU for the product variant | ✅ Yes |
Attribute | Description | Supported |
---|---|---|
Id | ID of the wishlist/list | ✅ Yes |
Name | Name of the list | ✅ Yes |
Attribute | Description | Supported |
---|---|---|
DeviceId | Unique device identifier | ✅ Yes |
DeviceType | Type of device (mobile, desktop) | ✅ Yes |
DeviceName | Name/model of the device | ✅ Yes |
DeviceOS | Operating system | ✅ Yes |
DeviceBrowser | Browser used | ✅ Yes |
Attribute | Description | Supported |
---|---|---|
EventTime | Date Time of the add event | ✅ Yes |
EventCustomProperties | Custom properties or tags(cprops) of add event | ✅ Yes |
EventSource | Origin of the event (e.g., cartpage) | ✅ Yes |
EventChannel | Origin of the event channel (e.g., web, pos) | ✅ Yes |
Updated about 2 months ago