I am using Brevo application and What I see here is that Brevo is unable to fetch phone number from Shipping details. Brevo is fetching “PHONE” attribute but I don’t think that it is the same from “BILLING_DETAILS”. Now we have Shopify for Phone. One is in customer.phone and another is address.phone so I want to use Shopify Flow to update customer.phone from a value which is in address.phone
Is there any way to do it using Shopify Flow. I want to update the customer phone number when customer is providing their phone number in shipping/billing details and I wanted to do it using Shopify Flow. Since I have enabled only Email address at the checkout for transactional and email purpose so. Customer can only provide their number in billing and shipping so I want to update their contact number from the number they have provided in the shipping/billing detail.
It’s not clear which phone number you are trying to update.
I don’t think you want to use a metafield, but if I’m missing something…are you sure your namespace is actually custom.phone? It’s probably just custom and the key is phone. But that won’t update the field you want. It will just update a metafield called custom.phone.
Also, you are looping over customer addresses and outputting the phone. If they have more than 1 address you may output several phone numbers. Based on that UI, I think you want the order.customer.defaultAddress.phone field.
What I want to achieve using Shopify Flow is that. When customer places any order Flow Should Fetch phone number details from their Default Address and update customer phone number with that. I have been trying this with shopify flow. and I can share you the screen shot here as