Shopify app: include checkout token

Hi,
It would be super helpful to have the checkout token (not the cart one) variable in the app’s begin_checkout and the checkout events. It’s quite important since its necessary to stitch sessions on offline conversions.
This single missing parameter forces us users to use custom data layers instead of the app one, which would be ideal.

Hope it goes through, thanks!

1 Like

Actually this is not 100% needed. I missed that cart_token is persistent across the checkout and included in the order creation webhook payload; so we can write on ATC and read from webhook.
Having checkout_token would still make the process more efficient though as there would be less events triggering writes in database.