API Reference

Wishlist Remove[Beta]

✍️

Please contact your CSM or [email protected] to enable this API for your store

Fires when a shopper removes a product from their wishlist. If multiple wishlists are enabled, each removal generates its own event.

Objects

  • User(Shopper)
  • List
  • List item
  • Product
  • Device

Payload

{
    "EventName": "Swym-removeWishlist",
    "EventTime": "2024-10-30T07:42:48Z",
    "User": {
        "UserId": "7shd3456dgey862t5d7s8ej992jd9e",
        "Medium": "email",
        "MediumValue": "[email protected]",
        "UserType": "VIP", //To Be Supported
        "LastPurchaseDate": "2024-10-30T07:42:48Z", //To Be Supported
        "LastPurchaseAmount": 100 //To Be Supported
    },
    "Product": {
        "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",
    },
    "ListItem": { //To Be Supported
        "ProductId": 4269834960999,
        "ProductName": "Emma",
        "ProductPrice": 30,
        "ProductQuantity": 20,
        "ProductBrand": "ScarlettHara",
        "ProductCategory": "White",
        "ProductVariantURL": "https://cc-test-store-nemoz.myshopify.com/products/emma?sw-rfr=4e20&swid=LvppBHin4hcnvm4anRUCC3FpUAD7o16nORhMXuYLgGsI57QzTbrR89SCrVtkyBdON9OFjCbZNhskF-5cHkc61A",
        "ProductVariantImageURL": "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",
        "ActionBy": "Staff User",
        "ActionByUser": { 
                "UserId": "s3ta734gey862t5d7s8ej992jd9e",
                "Medium": "email",
                "MediumValue": "[email protected]"
            }
    },
    "List": {
        "Id": "6dgey862t5d7s8ej992jd9e",
        "Name": "Favorite Books",
        "CreatedTime": "2024-10-29T07:42:48Z",//To Be Supported
        "UpdatedTime": "2024-10-20T07:42:48Z"//To Be Supported
    },
    "Device": {
        "DeviceId": "7shd3456dgey862t5d7s8ej992jd9e",
        "DeviceType": "mobile", //To Be Supported
        "DeviceName": "iPhone 12 Pro Max", //To Be Supported
        "DeviceOS": "iOS 14.5", //To Be Supported
        "DeviceBrowser": "Safari", //To Be Supported
        "DeviceIP": "192.168.1.1", //To Be Supported
        "DeviceLocation": "New York, NY" //To Be Supported
    },
    "EventExtras": "cprops", //To Be Supported
    "EventSource": "web", //To Be Supported
    "EventChannel": "email" //To Be Supported
}

AttributeDescriptionSupported
EventNameName of the event✅ Yes
EventTimeDate Time✅ Yes
EventExtrasCustom properties or tags(cprops)🚧 To Be Supported
EventSourceOrigin of the event (e.g., web, mobile)🚧 To Be Supported
EventChannelEvent channel (e.g., email, SMS)🚧 To Be Supported
AttributeDescriptionSupported
UserIdUnique identifier for the user✅ Yes
MediumType of identifier (e.g., email, sms)✅ Yes
MediumValueActual value of the identifier✅ Yes
UserTypeCategory of the user (e.g., VIP, Regular)🚧 To Be Supported
LastPurchaseDateDate Time of the user’s last purchase🚧 To Be Supported
LastPurchaseAmountAmount value of the user’s last purchase🚧 To Be Supported
AttributeDescriptionSupported
ProductIdProduct ID✅ Yes
ProductNameName of the product✅ Yes
ProductPricePrice of the product✅ Yes
ProductQuantityQuantity in stock or shown at time of event✅ Yes
ProductBrandBrand of the product✅ Yes
ProductCategoryCategory/Collection✅ Yes
ProductURLProduct URL✅ Yes
ProductImageURLProduct image URL✅ Yes
ProductVariantIdVariant ID of the product✅ Yes
ProductVariantInfoVariant attributes like color, size, etc.✅ Yes
ProductVariantSKUSKU for the product variant✅ Yes
AttributeDescriptionSupported
ProductIdProduct ID🚧 To Be Supported
ProductNameProduct name🚧 To Be Supported
ProductPricePrice🚧 To Be Supported
ProductQuantityQuantity🚧 To Be Supported
ProductBrandBrand🚧 To Be Supported
ProductCategoryCategory🚧 To Be Supported
ProductURLProduct URL🚧 To Be Supported
ProductImageURLProduct image URL🚧 To Be Supported
ProductVariantIdVariant ID🚧 To Be Supported
ProductVariantInfoVariant details🚧 To Be Supported
ProductVariantSKUSKU🚧 To Be Supported
ActionByActor who performed the action (e.g., "Staff User")🚧 To Be Supported
ActionByUser.UserIdID of the acting user🚧 To Be Supported
ActionByUser.MediumIdentifier medium🚧 To Be Supported
ActionByUser.MediumValueIdentifier value (e.g., email of staff user)🚧 To Be Supported
AttributeDescriptionSupported
IdID of the wishlist/list✅ Yes
NameName of the list✅ Yes
CreatedTimeUpdate Date Time🚧 To Be Supported
UpdatedTimeUpdate Date Time🚧 To Be Supported
AttributeDescriptionSupported
DeviceIdUnique device identifier✅ Yes
DeviceTypeType of device (mobile, desktop)🚧 To Be Supported
DeviceNameName/model of the device🚧 To Be Supported
DeviceOSOperating system🚧 To Be Supported
DeviceBrowserBrowser used🚧 To Be Supported
DeviceIPIP address🚧 To Be Supported
DeviceLocationEstimated location from IP🚧 To Be Supported