Integration Guide
See how easy it is to add Reclaimo to your store. No coding required.
https://reclaimo.eu/complaint/your-unique-idyour-unique-id is an example. When you create an account, your own unique link is generated automatically. Find it in your dashboard under Share.
Put it on your website, in emails, WhatsApp, social media — anywhere your customers can find it.
https://reclaimo.eu/complaint/your-unique-id?order={order_number}&email={billing_email}Paste in: WooCommerce > Settings > Emails > Completed Order > Additional Content
https://reclaimo.eu/complaint/your-unique-id?order={{ order.name }}&email={{ customer.email }}Paste in: Settings > Notifications > edit any email template
https://reclaimo.eu/complaint/your-unique-id?order={order_name}&email={email}Paste in: Back Office > Design > Email Theme > edit template
https://reclaimo.eu/complaint/your-unique-id?order={{var order.increment_id}}&email={{var order.customer_email}}Paste in: Marketing > Email Templates > edit template
How it works: Your store replaces the variables (like {order_number}) with real data. When the customer clicks the link, the form opens with their order number and email already filled in.
---
Need help with your order?
If you received a damaged item, wrong product, or have any other issue — we are here to help.
Submit a complaint and we will get back to you within 24 hours:
https://reclaimo.eu/complaint/your-unique-id
You will receive email updates about the status of your complaint.
Returns & Complaints
We want you to be completely satisfied with your purchase. If something went wrong, please let us know.
How to submit a complaint:
1. Click the link below
2. Fill in your order number and describe the issue
3. We will review your case and get back to you within 24 hours
https://reclaimo.eu/complaint/your-unique-id
You can track the status of your complaint at any time using the tracking link you will receive by email.
<script src="https://reclaimo.eu/embed/widget.js?shop=YOUR_ID&lang=en"></script>Paste before the closing body tag in your theme. Change lang=en to pl or de for other languages.