Get return reasons
When creating a return, you will need to provide a return reason. Outshifter has predefined a list with the most common reasons so it is easier to standarize them and have better control.
get
https://api-returns.outshifter.com/api
/return-reasons
Return reasons
You will get this result:
[
{ "id": 1, "reason": "The Product Didn't Match Its Description" },
{ "id": 2, "reason": "I Bought the Wrong Item" },
{ "id": 3, "reason": "The Brand Shipped the Wrong Item" },
{ "id": 4, "reason": "The Product Was Damaged Upon Arrival" },
{ "id": 5, "reason": "Product did not fit" },
{ "id": 6, "reason": "Other" }
]
Last modified 6mo ago