cURL
curl --request GET \ --url https://api.ship.uniuni.com/prod/client/batch/{batchNumber} \ --header 'Authorization: Bearer <token>'
200
success
{ "message": "Success", "code": 0, "data": { "batchNumber": "URB0714000000000687", "batchName": "Test batch 1 7-14-2025", "status": "RECEIVED", "printedLabel": false, "createdAt": "2025-07-14T17:59:27.645Z", "updatedAt": "2025-07-14T18:53:57.669Z", "shipmentCount": 1, "shipments": [ "UNI07787536D" ] }}
Retrieves detailed information about a specific batch, including its list of shipment order numbers.
API access token generated from the UniUni Platform dashboard.
The unique batch number (e.g. URB0714000000000687).
Batch details or error
Additional information about the request status.
Status code. 0 indicates success.
Response payload. Returns null if code is not 0.