I am using the connector module to connect shopify to odoo erp. Using it on several stores and it works fine
yesterday I created a new test store on shopify to demo client, but each time I receive webhook or AOI request on new order, the information on client data is empty.
That’s what I receive over the API:
“shipping_address”: {
“province”: null,
“country”: “Ukraine”,
“company”: null,
“country_code”: “UA”,
“province_code”: null
},
And for sure, the admin panel has all the details about the client
Againm using the same code on others stores, it works fine.