---
title: "Create a new returnLink."
method: POST
path: "/returnLinks"
tags: ["returnLinks"]
---

# Create a new returnLink.

`POST /returnLinks`

ADD ENDPOINT DESCRIPTION HERE

## Request body

- ReturnLinkPost
  - `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.

## 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)
