- Authentication
- Rates
- Shipments
- Tracking
- Batches
- Classifications
- Customer
- Landed Cost
- Manifest
- Webhooks
- Invoices
Get Batch
GET
/Batches/Get/Batch/{batchId}
ShipmentBatchesController
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
batchId
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://partnerapi.flavorcloud.com/Batches/Get/Batch/'
Responses
🟢200get batch
application/json
Body
Reference
string
optional
PackageReferences
array[string]
optional
BatchID
string
optional
Status
string
optional
RootRequestId
string
optional
Example
{
"Reference": "string",
"PackageReferences": [
"string"
],
"BatchID": "string",
"Status": "string",
"RootRequestId": "string"
}
Modified at 2025-04-28 20:50:18