If you are able to subscribe to return events, we would highly suggest to implement return tracking pipeline to Easysize. This will allow you to see live statistics in our dashboards.
NOTE that no sensitive customer data is accessed by Easysize nor is any sensitive data transmitted.
[GET] https://popup.easysize.me/api/<shop_id>/tracking/return
Parameters:
order_id
(ID of the order)product_id
(ID of the product)price
(Price of the product)price_currency
(Currency the item was sold in)user_id
(ID of the user)timestamp
(Timestamp of the return)created_at
(Formatted date of the return in the following format: YYYY-MM-DD hh:mm:ss / 2017-12-24 14:32:12)size
(Size of the returned item)return_reason
(Optional reason of the return if available)test_return
(Optional parameter to indicate testing return)timestamp
takes precedence over created_at
, you do not need to provide both, pick the one which is easier to retrieve in your system