I solved it, you can get shipping title by → event.data.checkout?.delivery?.selectedDeliveryOptions[0]?.title
Topic summary
-
Issue: In a Checkout Extensions Web Pixel for Google Tag Manager, the standard event checkout_shipping_info_submitted exposes shippingLine, but it didn’t include the shipping rate title as expected (docs mention it transitions after selection). Only the price was visible in testing.
-
Initial view: Another participant believed the title wasn’t available, noting concern given the upcoming checkout.liquid deprecation timeline (~5 months mentioned).
-
Resolution: The shipping rate title can be obtained via event.data.checkout?.delivery?.selectedDeliveryOptions[0]?.title.
-
Update/context: A Shopify changelog (“More data fields available in web pixels,” released early summer) likely introduced or documented these additional fields.
-
Outcome: A working method to access the shipping rate title now exists through the delivery.selectedDeliveryOptions array. The thread is resolved; no outstanding questions.