---
title: "Marks return as customer examined."
method: PUT
path: "/returns/{returnShipmentId}"
tags: ["returns"]
---

# Marks return as customer examined.

`PUT /returns/{returnShipmentId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `returnShipmentId` integer, required

## Request body

- CustomerExaminedRequest
  - `customerExamined` boolean, required

## Response `200`

successful operation

- ReturnShipmentDetail
  - `returnShipmentId` integer
  - `warehouseId` integer
  - `returnShipmentIdentifier` string
  - `sellerId` integer
  - `receivedDate` string, date-time
  - `trackingNumber` string
  - `trackingLink` string
  - `carrierSlug` string
  - `orderId` integer
  - `fulfillmentOrderId` integer
  - `returnAnnouncementId` integer
  - `shipFrom` AddressDetail
    - `name1` string
    - `name2` string
    - `company` string
    - `address1` string
    - `address2` string
    - `address3` string
    - `zip` string
    - `city` string
    - `state` string
    - `country` string
    - `phone` string
    - `email` string
  - `returnShipmentReference` string
  - `customerExamined` boolean
  - `positions` ReturnShipmentPositionDetail[]
    - `returnShipmentPositionId` integer
    - `sellerSku` string
    - `warehouseSku` string
    - `name` string
    - `quantity` integer
    - `lot` string
    - `expirationDate` string, date-time
    - `serialNumbers` string[]
    - `classCode` string
    - `classDescription` string
    - `reasonCode` string
    - `reasonDescription` string
    - `positionIdentifier` string
    - `storageCode` string
    - `storageBlocked` boolean
  - `groupedPositions` GroupedReturnShipmentPositionDetail[]
    - `sellerSku` string
    - `warehouseSku` string
    - `name` string
    - `quantity` integer
    - `lot` string
    - `expirationDate` string, date-time
    - `serialNumbers` string[]
    - `classCode` string
    - `classDescription` string
    - `reasonCode` string
    - `reasonDescription` string
  - `comments` ReturnShipmentCommentDetail[]
    - `returnShipmentCommentId` integer
    - `text` string
    - `fileKey` string
    - `url` Link
      - `link` string
    - `returnShipmentImages` ReturnShipmentImageDetail[]
      - `text` string
      - `fileKey` string
      - `url` Link
        - `link` string

---

[API](https://skmtc.dev/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.dev/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
