Request to add a new variable shipping_address.primary_phone that returns a processed version of the shipping address phone number.
shipping_address.phone is currently used as-is from Shopify and may not include a country code, which causes issues in downstream processes that require a valid international phone format.
While order.primary_phone is already normalized, it may come from order.phone, customer.phone, or customer.default_address.phone, and may not reflect the shipping recipient’s phone number. This makes it unsuitable for cases where the shipping address contact must be preserved as the source of truth.
The new variable should take shipping_address.phone as the source and automatically apply the correct country code based on the contact's original phone number/shipping address country etc. when it is missing, returning a standardized phone number ready for use in flows.