We are building an integration with Klaviyo the Integrate a platform without a pre-built Klaviyo integration guide.
In the Fulfilled Order example, it mentions adding the Fulfillment Information to the data.
You can also track additional details about the fulfillment itself (e.g., tracking number, shipping method)
Is there a recommended object structure for the Fulfillment information that will be compatible with builtin templates or templates that Agencies use with other ecom systems (ie Shopify) to provide the tracking formation and link to the end customer?
I’m thinking we will pass a new object for the Fulfillment information as follows:
{
"Fulfillment":{
"carrier":"ups",
"trackingCode":"123XYZ",
"trackingURL":"https://trackinglink.com/"
}
}
This would then allow the email templates to populate replacement variables to show tracking information and provide a tracking link.