Skip to main content

Order Confirmation by DU

This interface returns when an order was despatched on AdOr5 and shows items per DU.

Below you will find the Actions with descriptions and the Specfication for the requests.

Actions

POST

This interface allows you to post to the OrderConfirmationByDuSTD_API Interface

Request details

MethodEndpointHeader keyHeader Value
POSTBaseURL/api/outbound/confirmationX-AUTH-TOKENIntegration Service API key

Request Body


{
"interfaceName" : "OrderConfirmationByDuSTD_API",
"returnDetailedData" : true,
"data": [{
"count": 1
}]
}

Request Response

{
"success": true,
"message": null,
"errorData": null,
"returnData": {
"Orders": [
{
"MessageType": "Order",
"DespatchedDateTime": "2020-11-05 14:31:56",
"OrderNo": "46859563",
"CourierName": "McArthur",
"ServiceLevel": "PRM",
"ServiceLevelDesc": "Premium",
"Destno": "001",
"Destname1": "Rosemary Monaghan",
"Destname2": "",
"DestAddress1": "Neeri Mills Unit 448",
"DestAddress2": "Langhorne DRIVE",
"DestCity": "Parkescuhead",
"DestTownCode": "East Menon",
"DestPostalCode": "6485",
"DestCountryCode": "",
"DestContact": "0326596326",
"DestTelephone": "",
"DestRef": "",
"Reference1": "",
"Reference2": "",
"Reference3": "",
"SenderNo": "OLG",
"SenderName": "Olaughlin",
"SenderDesc": "Olaughlin",
"SenderAddress1": "",
"SenderAddress2": "",
"SenderAddress3": "",
"SenderAddress4": "",
"SenderPostalCode": "",
"SenderTelephone": "",
"SenderEmail": "",
"SenderContact": "",
"NumberOfHUs": "1",
"DUs": [
{
"DUNo": "DU004966",
"Weight": "",
"Volume": "",
"DimLength": "",
"DimWidth": "",
"DimHeight": "",
"TrackingNo": "",
"Items": [
{
"LineNo": "1",
"StyleNo": "7738706690",
"SKUNo": "6510604304",
"Qty": "1",
"VASText": "",
"CustomerNo": "69321",
"CustomerDesc": "Fitzsimons"
}
]
}
]
}
]
}
}

Specification

Order Header

FieldType
MessageTypeString
DespatchedDateTimeString
OrderNoString
CourierNameString
ServiceLevelString
ServiceLevelDescString
DestnoString
Destname1String
Destname2String
DestAddress1String
DestAddress2String
DestCityString
DestTownCodeString
DestPostalCodeString
DestCountryCodeString
DestContactString
DestTelephoneString
DestRefString
Reference1String
Reference2String
Reference3String
SenderNoString
SenderNameString
SenderDescString
SenderAddress1String
SenderAddress2String
SenderAddress3String
SenderAddress4String
SenderPostalCodeString
SenderTelephoneString
SenderEmailString
SenderContactString
NumberOfHUsString

DUs

FieldType
DUNoString
WeightString
VolumeString
DimLengthString
DimWidthString
DimHeightString
TrackingNoString

Items

FieldType
LineNoString
StyleNoString
SKUNoString
QtyString
VASTextString
CustomerNoString
CustomerDescString