# Get available return options Retrieve available return options based on return ID. Country, user info, and product weights are inferred from the return ID. Endpoint: GET /returns/{return_id}/return_options/ Version: 1.0.0 ## Path parameters: - `return_id` (string, required) ## Response 200 fields (application/json): - `country` (string) Example: "ES" - `weights` (number) Example: 2.5 - `return_options` (array) - `return_options.method` (string) Enum: "HOME_PICKUP", "DROP_OFF", "IN_STORE" - `return_options.carrier` (string) Example: "UPS" - `return_options.dropoff_link` (string,null) Example: "https://dropoff.example.com" - `return_options.dropoff_locations` (array,null) - `return_options.dropoff_locations.latitude` (number) Example: 40.4168 - `return_options.dropoff_locations.longitude` (number) Example: -3.7038 - `return_options.pickup_ranges` (array,null) Example: ["2025-03-06T08:00:00+01:00","2025-03-06T12:00:00+01:00"] - `return_options.in_store_locations` (array,null) ## Response 400 fields ## Response 404 fields ## Response 422 fields