# MarkAsRefunded Marks the line items of the request as refunded Endpoint: POST /v1/processes/{process_id}/mark-as-refunded Version: 1.0.0 ## Path parameters: - `process_id` (string, required) gets the reverse delivery info ## Request fields (application/json): - `currency` (string) Currency of the order - `extra_lines` (array) Extra lines of the credit note - `extra_lines.name` (string) Extra line name - `extra_lines.price` (string) Extra line price - `line_items` (array) Items of the credit note - `line_items.line_item_id` (string) line item id - `line_items.name` (string) Item name - `line_items.price` (string) Item price - `line_items.quantity` (string) Item quantity - `line_items.sku` (string) Item sku - `order_id` (string) Order ID - `order_reference` (string) Order reference - `process_id` (string) Process id - `return_process_platform_id` (string) return process platform id - `total_amount` (object) total amount to refund of the order - `total_amount.amount` (string) amount of the money - `total_amount.currency` (string) currency of the money - `total_amount_shop` (object) total amount to refund in shop currency ## Response 200 fields (application/json): - `credit_note_id` (string) Credit note id - `ecommerce_id` (string) Ecommerce id - `process_id` (string) Process id