Getting import state
GET
/shipment/batch/{batchId}
ShipmentBatch
Purpose and usage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/shipment/batch/?OrderBy' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;'
Response Response Example
200 - Example 1
{
"completeLabel": {
"labelUrls": [
"http://example.com"
]
},
"items": [
{
"referenceId": "string",
"shipmentNumber": "string",
"insuranceCurrency": "string",
"insurancePrice": 0,
"labelUrl": "http://example.com",
"importState": "Accepted",
"errorMessage": "string",
"errorCode": "string",
"relatedItems": [
{
"shipmentNumber": "string",
"insuranceCurrency": "string",
"insurancePrice": 0,
"labelUrl": "http://example.com",
"importState": "Accepted",
"errorMessage": "string",
"errorCode": "string",
"relationType": "ShipmentSet"
}
]
}
]
}
Request
Path Params
batchId
string <uuid>
required
Query Params
OrderBy
optional
Orderable fields: ShipmentNumber, ReferenceId, see also schema Eps.Api.MyApi2.Web.Controllers.ShipmentBatchController.GetShipmentBatch.OrderBy.enum
Any of
Allowed values:
ShipmentNumberReferenceId
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Responses
Modified at 2025-02-10 09:29:45