v1
latestOpenAPI 3.0.02026-07-1397337495.2 KBbatches
Add to a Batch
Add a Shipment or Rate to a Batch
post/v1/batches/{batch_id}/add
Request body
Example request
{
"shipment_ids": [
"se-28529731"
],
"rate_ids": [
"se-28529731"
]
}Response
The request was successful.
string required