Hi all !
I am using the Graph Admin API to create a metafield definition on the DraftOrder type. I want these metafields to be automatically synced with Orders. I know we can enable this sync process through the admin page by selecting the ‘Matching order definition’ option, but I would like to do it through the API to eliminate any manual steps for my customers.
Do you have any suggestions on how to achieve this? I can’t find any relevant mutations. When inspecting the calls from the Shopify admin, I noticed it uses the OrderAnnotation type, which is not public in the Graph API.
Regards,