latestOpenAPI 3.0.32026-08-193973220.1 KB

6a1303364143

Care

Declare an item transfer back to customer

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.

post/ws/sav/{careFolderId}/item-transfer

Path parameters

careFolderIdinteger required

ID of the Care Folder on which the item is transferred back to the customer

Request body

shipperNamestring required

Name of the carrier used for the shipment

trackingNumberstring required

Tracking id issued by the carrier

action'REPAIR' | 'REPLACE' | 'NOTHING'

Action taken by the seller

Example request

{
  "shipperName": "DHL",
  "trackingNumber": "123AZ0672",
  "action": "REPAIR"
}

Response

Success