---
title: "Declare an item transfer back to customer"
method: POST
path: "/ws/sav/{careFolderId}/item-transfer"
tags: ["Care"]
---

# Declare an item transfer back to customer

`POST /ws/sav/{careFolderId}/item-transfer`

## Rate limiting

This endpoint is rate limited to 292 requests per minute and 500 requests per day.
If you exceed this limit, you will receive a `429` status code.

## Path parameters

- `careFolderId` integer, required

## Request body

- PostItemTransferCreateRequest
  - `shipperName` string, required — Name of the carrier used for the shipment
  - `trackingNumber` string, required — Tracking id issued by the carrier
  - `action` 'REPAIR' | 'REPLACE' | 'NOTHING' — Action taken by the seller

## Response `201`

Success

## Other responses

- `400` — An item transfer with this tracking number already exists
- `403` — Authenticated user not allowed
- `404` — Care folder does not exit
- `422` — Cannot create item transfer / Care folders with ID above 100,000,000 are not yet supported on this endpoint due to an ongoing internal migration
- `500` — Shipment registration failed or Internal server error

---

[API](https://skmtc.net/backmarket/apis/back-market-api-guidelines.md) · [All operations](https://skmtc.net/backmarket/apis/back-market-api-guidelines/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/backmarket/back-market-api-guidelines/revisions/6a1303364143/schema)
