---
title: "Review a return process"
method: POST
path: "/v1/ops/ecommerce/review"
tags: ["Processes"]
---

# Review a return process

`POST /v1/ops/ecommerce/review`

Notify REVER when a return has been reviewed. Reviews must cover every line item of the process.

<u>Notes</u>:
- Reviews of a return process must be done in full; unreviewed items will block processing.
- Each quantity of the line_item_id needs to have a review line (if there's multiple quantity for the same line_item_id, they need to go on different review lines within the reviews array)
- If an expected item was not received, set status as `MISSING`.
- Optionally override the refund amount with `refund_override`.

## Request body

- OpspbReviewItemsGenericRequest
  - `override_authorization` boolean — when true, authorization approval is executed before processing the review
  - `platform_process_id` string — process id, deprecated
  - `process_id` string — process id
  - `refund_override` OpspbRefundOverrideGeneric — RefundOverride for generic review - amount is in cents (minor currency units)
    - `amount` OpspbRefundOverrideGenericAmount
      - `amount` string — amount in cents as string (e.g. "1999" for 19.99)
      - `currency_code` string — ISO 4217 currency code (e.g., "EUR", "USD")
    - `reason` string — reason for the override
    - `requested` boolean — whether the override is requested
  - `reviews` OpspbItemReviewGeneric[] — reviews to be processed
    - `line_item_id` string — line item id
    - `location_id` string — location id
    - `reject_reason` string — reject reason
    - `should_restock` boolean — should restock
    - `sku` string — sku
    - `status` string — status
    - `timestamp` string, date-time — timestamp
    - `user` string — user

## Response `200`

OK - Reviews submitted.

- OpspbReviewItemsResponse

## Other responses

- `400` — Bad Request - The request body is invalid.
- `401` — Unauthorized - The API key is missing or invalid.

---

[API](https://skmtc.net/itsrever/apis/rever-admin-api.md) · [All operations](https://skmtc.net/itsrever/apis/rever-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/itsrever/rever-admin-api/revisions/8506f9062fca/schema)
