We’re trying to migrate our custom checkout script to use a custom pixel, but we’re missing some key information.
We’re using the checkout_completed event and need the order.name at this point. All we get on the object is the order.id.
We’d like to put in a request to add this missing data. Without this information, the order names that our return partners are passing us cannot be correlated to the orders.
Thanks for the response. I figured that might be a solution, but if i understand it correctly, we’d need an app (or our partner to give us an API key) and then we’d have to call the API for each order? We can’t just call the admin API from a pixel can we?
We’re trying to roll this into an App Pixel, but we’re stuck unable to update the pixel during development. We came across this other issue, which aligns with what we’re seeing