Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I am expecting shopify to send me the complete billing address in my orders webhook object.
I have registered my order webhook, and the webhook is being trigged anytime a new order is made but i am not seeing the buyer's address1 in the billing_address response object
"billing_address": { "province": "Lagos", "country": "Nigeria", "latitude": null, "longitude": null, "country_code": "NG", "province_code": "LA" },
Any idea why this might be happening? and how can i fix this?
Any help? Thank you