# Return Options Return options are a way to return items to the store. ## Get return fees - [GET /returns/{return_id}/refund_options/return_fees](https://docs.itsrever.com/apis/storefront/return-options/paths/~1returns~1%7Breturn_id%7D~1refund_options~1return_fees/get.md): Retrieves return fees for a specific return. ## Get refund timings - [GET /returns/{return_id}/refund_options/timings](https://docs.itsrever.com/apis/storefront/return-options/paths/~1returns~1%7Breturn_id%7D~1refund_options~1timings/get.md): Retrieves refund timings for a specific return. ## Get available return options - [GET /returns/{return_id}/return_options/](https://docs.itsrever.com/apis/storefront/return-options/paths/~1returns~1%7Breturn_id%7D~1return_options~1/get.md): Retrieve available return options based on return ID. Country, user info, and product weights are inferred from the return ID. ## Get closest available store for return - [GET /returns/{return_id}/return_stores/](https://docs.itsrever.com/apis/storefront/return-options/paths/~1returns~1%7Breturn_id%7D~1return_stores~1/get.md): Check if in-store return is available for the given return ID and provide the closest store location. ## Calculate logistics fees - [POST /returns/{return_id}/return_options/return_fees](https://docs.itsrever.com/apis/storefront/return-options/paths/~1returns~1%7Breturn_id%7D~1return_options~1return_fees/post.md): Get details on return fees based on the selected return method.