v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
batches

Add to a Batch

Add a Shipment or Rate to a Batch

post/v1/batches/{batch_id}/add

Request body

shipment_idsSeId[]

The Shipment Ids to be modified on the batch

rate_idsSeId[]

Array of Rate IDs to be modifed on the batch

Example request

{
  "shipment_ids": [
    "se-28529731"
  ],
  "rate_ids": [
    "se-28529731"
  ]
}

Response

The request was successful.

string required