cURL
curl --request POST \ --url https://api.ship.uniuni.com/prod/client/batch/{batchNumber}/removeShipment \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "shipments": [ "UNI033642B16" ] } '
200
success
Removes one or more shipments from a batch.
API access token generated from the UniUni Platform dashboard.
The unique batch number (e.g. URB0714000000000687).
List of order numbers.
Shipments removed or error
Additional information about the request status.
Status code. 0 indicates success.
Partial batch summary returned after add/remove shipment operations.
Show child attributes
Was this page helpful?