Adding informations to shipment
POST
/shipment/{shipmentNumber}/redirect
ShipmentEvent
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/shipment//redirect' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{}
Request
Path Params
shipmentNumber
string
required
>= 1 characters
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Body Params application/json
Responses
Modified at 2025-02-07 13:59:13