POST
/
order
/
link
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"
}

Authorizations

X-Authorization
string
header
required

Body

application/json

Response

200
application/json
Success

The response is of type object.