post https://api.fabric.inc/v3/orders//actions/check-return-eligibility
Customers may want to return one or more items because they do not meet the expectations or customer has changed their mind. Before processing return, it's crucial to verify whether the items are eligible for return as per your policy
This endpoint gets the eligibility of your return by order number. You can additionally specify lineItemId
to get the eligibility of a single line item.
Note: If you do not have the order ID, use the corresponding order number-based endpoint - POST /orders/order-number/{orderNumber}/actions/check-return-eligibility
.