Get order status
GET
/order/batch/{batchId}
OrderBatch
Purpose and usage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/order/batch/' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;'
Response Response Example
200 - Example 1
{
"items": [
{
"referenceId": "string",
"importState": "Accepted",
"errorMessage": "string",
"errorCode": "string"
}
]
}
Request
Path Params
batchId
string <uuid>
required
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Responses
Modified at 2025-02-07 13:55:16