# Get Return Reasons Fetches the list of available return reasons for a given ecommerce store. This is the first step in the return process. Endpoint: GET /v1/public/configs/return-reasons/find Version: 1.0.0 ## Query parameters: - `ecommerce_id` (string, required) ID of the ecommerce store. Example: "acme" ## Response 200 fields (application/json): - `parent_reason` (object) - `parent_reason.name` (string) The identifier for the return reason.