# Start a return intent for a user Start a return intent for a user Endpoint: POST /returns/intent/start Version: 1.0.0 ## Request fields (application/json): - `email` (string) - `order_number` (string) ## Response 200 fields (application/json): - `order` (object) - `order.id` (string) - `order.currency` (string) - `order.line_items` (array) - `order.line_items.name` (string) - `order.line_items.variant_name` (string) - `order.line_items.quantity` (integer) - `order.line_items.quantity_in_progress` (integer) - `order.line_items.quantity_returned` (integer) - `order.line_items.quantity_not_returnable` (integer) - `order.line_items.available_return_reasons` (array) - `order.line_items.available_return_reasons.id` (string) The ID of the return reason - `order.line_items.total` (integer) - `order.line_items.product` (object) - `order.line_items.product.images` (array) - `order.line_items.product.images.src` (string) - `order.line_items.product.images.alt` (string) - `order.return_id` (string) The ID of the return process to be started - `order.customer_token` (string) The token of the customer