Hello,
I am grabbing orders from a Shopify store via the API. In the order payload is a customer record. If the customer does not exist in our D365 ERP system I will insert the new customer record. D365 returns the new customer ID which I need to get into the Shopify store customer record via the API.
Adding/updating a meta field to the Shopify customer record will not work because they are not included on the customer record when it is retrieved via the API. Tags are included in the customer record. I would like to APPEND a tag (externalID=123456 for example) to the customer tags via the API. Do you know if a tag can be APPENDED? So far my findings are you can only over write tags, not append.
Any ideas are apprecia