Hi,
I am trying to add additional data for magento event (“Checkout started” and “Fulfilled Shipment”).
For this we extend response of Magento for following REST API call (for “Checkout started” ):
https://mymagentourl.com/rest/V1/carts/search?searchCriteriaacurrentPage]=1&searchCriteriaapageSize]=100&searchCriteriaasortOrders][0]rfield]=created_at&searchCriteriaasortOrders][0]rdirection]=DESC
And when I check response in Postman, I see required data (some additional images). But when I check Activity Details for this event in Klaviyo - I do not see this data.
Can you help me, probably I am checking incorrect rest request? Or probably not all data from API response is available in “Activity Details” ?
Thank you in advance!
Alex