Can I submit order information via URL to directly start a return?
Andrej Janev avatar
Written by Andrej Janev
Updated over a week ago

Yes, you can attach parameters orderNumber and orderEmail to your regular returns portal URL.

  • orderNumber: can contain the order number or order name on Shopify

  • orderEmail: contains the email address used in the order

Note that characters have to be escaped correctly to be URL scheme compliant. See Shopify's documentation on Liquid about url_escape and url_param_escape here.

Use cases for the URL

  • your Shopify customer accounts page

  • your Shopify order confirmation emails

  • your helpdesk in case reps should be able to initate returns as well

Relevant articles

Did this answer your question?