Hi Guys,
I am trying to POST metadata to an order but I am getting an error
{"errors":{"value":["must be a valid link."]}}
My JSON body request:
{"metafield": {"namespace": "affiliate", "key": "affiliate_id", "type": "link", "value": {"text": "Affiliate #xxxx", "url": "https://affiliates.healthnutrition.com/affiliates/xxxx"}}}
Posting to:
/admin/api/2024-07/orders/{{ order_id }}/metafields.json
This all looks correct according to: https://shopify.dev/docs/apps/build/custom-data/metafields/list-of-data-types
So I am confused, what is wrong with my request?