# Get incentives for exchange Retrieves extra amounts and preferred exchange types. Endpoint: GET /returns/{return_id}/exchange_incentive Version: 1.0.0 ## Path parameters: - `return_id` (string, required) ## Query parameters: - `line_item_id` (string, required) - `return_reason` (string, required) - `order_id` (string, required) - `exchange_country` (string, required) ## Response 200 fields (application/json): - `incentives` (array) - `incentives.extra_credit` (integer) The extra credit amount for exchange - `incentives.preferred_exchange_type` (string) The preferred exchange type for exchange Enum: "OPEN_CATALOG", "SIZE_EXCHANGE"