Last updated 4 days ago
Was this helpful?
List of return shipments.
POST /api/v1/orders/return HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 65 { "items": [ { "order_items": [ 1 ], "return_tracking_key": "123456789" } ] }
OK
{ "batchRequestId": "123e4567-e89b-12d3-a456-426614174000" }