v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
batches

Remove From Batch

Remove a shipment or rate from a batch

post/v1/batches/{batch_id}/remove

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