cURL
curl --request POST \ --url https://api.ship.uniuni.com/prod/client/batch/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "batchName": "Monday Dropoff", "shipments": [ "UNI02947917E" ] } '
200
success
Creates a new batch. You can optionally include purchased shipments at creation time, or create an empty batch and add shipments later.
1002
API access token generated from the UniUni Platform dashboard.
Name for the batch.
List of order numbers to include. Only purchased shipments can be added.
Batch created or error
Additional information about the request status.
Status code. 0 indicates success.
Show child attributes
Was this page helpful?