# Creates a Return Creates a new return record using a valid reason name obtained from the 'Get Return Reasons' endpoint. Endpoint: POST /v1/public/returns/{ecommerce_id}/import_return Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `ecommerce_id` (string, required) ID of the ecommerce store where the return is being created. Example: "ecommerce_id" ## Request fields (application/json): - `customer_printed_order_id` (string) - `email` (string) - `line_items` (array) - `line_items.line_item_id` (string) Is the Platform ID, not the REVER line item ID. - `line_items.product_return_reason` (string) Reason name. Retrieve available reasons via GET /v1/public/configs/return-reasons/find (Storefront API) and use the 'name' field from that response. - `line_items.quantity` (integer) - `user_preferred_lang` (string) ## Response 200 fields (application/json): - `status` (string) Example: "success" - `return_id` (string) Example: "ret_123456789" ## Response 400 fields ## Response 401 fields