Discussing Shopify Functions development, deployment, and usage in Shopify apps.
hello,
i can get deliveryAddress phone by following RunInput
query RunInput { cart { deliveryGroups { deliveryAddress { phone } billingAddress { phone } } } }