Prealerts
Submit Pre-Alert
Submit a shipment pre-alert.
POST
Submit Pre-Alert
Authorizations
Body
application/json
Response
Pre-alert created
The response is of type object.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Submit a shipment pre-alert.
curl --request POST \
--url https://api.aeoral.com/api/Prealert \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"UserCode": "AE12345",
"TrackingNumber": "1Z999AA10123456784",
"Reference": "ORDER-10025",
"Vendor": "Amazon",
"Description": "Wireless Keyboard"
}
'{}Pre-alert created
The response is of type object.
Was this page helpful?
curl --request POST \
--url https://api.aeoral.com/api/Prealert \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"UserCode": "AE12345",
"TrackingNumber": "1Z999AA10123456784",
"Reference": "ORDER-10025",
"Vendor": "Amazon",
"Description": "Wireless Keyboard"
}
'{}