---
title: "Get details of returnLink by returnLinkId"
method: GET
path: "/returnLinks/{returnLinkId}"
tags: ["returnLinks"]
---

# Get details of returnLink by returnLinkId

`GET /returnLinks/{returnLinkId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `returnLinkId` integer, required

## Response `200`

successful operation

- ReturnLinkGet
  - `sellerId` integer, required — Seller ID.
  - `shippingServiceGroupId` integer, required — Shipping Service Group ID. <br>Required shipping service group for which to create a return link.
  - `shipToAddress` 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
  - `defaultWeightKG` number — Default weight in KG.
  - `weightInputVisible` boolean — Indicates if weight input should be visible.
  - `id` integer
  - `created` string, date-time
  - `deletedAt` string, date-time
  - `returnLink` string
  - `shippingServiceGroupName` string

---

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