Create a deep link URL. Depending on a shop’s settings, the zip value could be an email, phone number, or postal code. All use the key zip.
zip
curl --request POST \ --url https://api.loopreturns.com/api/v1/order/link \ --header 'Content-Type: application/json' \ --header 'X-Authorization: <api-key>' \ --data '{ "name": "Shopify Order Name", "zip": "43215", "gift": false }'
{ "url": "https://test-shop.loopreturns.com/#/link/examp1e-uu1d-h3r3" }
Success
The response is of type object.
object