# Submit reviews for all items in a return process Notify REVER when a return has been reviewed. Reviews must cover every line item of the process. Notes: - Reviews of a return process must be done in full; unreviewed items will block processing. - If an expected item was not received, set status: "MISSING". - Optionally override the refund amount with refund_override. Endpoint: POST /v1/ops/ecommerce/review Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `process_id` (string) process id - `refund_override` (object) - `refund_override.amount` (object) - `refund_override.amount.currency_code` (string) - `refund_override.reason` (string) - `refund_override.requested` (boolean) - `reviews` (array) reviews to be processed - `reviews.line_item_id` (string) line item id - `reviews.location_id` (string) location id - `reviews.reject_reason` (string) reject reason - `reviews.rever_id` (string) review id - `reviews.should_restock` (boolean) should restock - `reviews.show_reject_reason` (boolean) should show reject reason - `reviews.status` (string) status - `reviews.timestamp` (string) timestamp - `reviews.user` (string) user ## Response 400 fields ## Response 401 fields