Skip to main content

Shipment Confirmation by DU

This interface returns when stock was shipped 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 ShipmentConfirmationByDuSTD_API Interface

Request details

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

Request Body


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

Request Response

    "success": true,
"message": null,
"errorData": null,
"returnData": {
"Shipments": [
{
"MessageType": "Shipment",
"ShipDate": "2020-11-15",
"ShipDateTime": "2020-11-15 05:39:20",
"ShipmentDesc": "SP125863",
"NumberOfHUs": "1",
"TotalWeight": "",
"DUs": [
{
"DUNo": "DU020084",
"Weight": "",
"Volume": "",
"DimLength": "",
"DimWidth": "",
"DimHeight": "",
"TrackingNo": "",
"CourierName": "McArthur",
"ServiceLevel": "ECO",
"ServiceLevelDesc": "Economy",
"OrderNo": "22723570",
"Destno": "001",
"Destname1": "Hine Alhlers",
"Destname2": "",
"DestAddress1": "128 Long Ave,",
"DestAddress2": "",
"DestCity": "Macam",
"DestTownCode": "Monbri",
"DestPostalCode": "5863",
"DestCountryCode": "",
"DestContact": "Waverly Thomas",
"DestTelephone": "27828919550",
"DestRef": "",
"Reference1": "",
"Reference2": "",
"Reference3": "",
"SenderNo": "OLG",
"SenderName": "Olaughlin",
"SenderDesc": "Olaughlin",
"SenderAddress1": "",
"SenderAddress2": "",
"SenderAddress3": "",
"SenderAddress4": "",
"SenderPostalCode": "",
"SenderTelephone": "",
"SenderEmail": "",
"SenderContact": "",
"Items": [
{
"LineNo": "1",
"StyleNo": "0753802058",
"SKUNo": "0753802058",
"Qty": "1",
"VASText": "",
"CustomerNo": "1659",
"CustomerDesc": "Mills"
}
]
}
]
}
]
}
}

Specification

Shipment Header

FieldType
messageTypeString
ShipDateString
ShipDateTimeString
ShipmentDescString
NumberOfHUsString
TotalWeightString

DUs

FieldType
DUNoString
WeightString
VolumeString
DimLengthString
DimWidthString
DimHeightString
TrackingNoString
CourierNameString
ServiceLevelString
ServiceLevelDescString
OrderNoString
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

Items

FieldType
LineNoString
StyleNoString
SKUNoString
QtyString
VASTextString
CustomerNoString
CustomerDescString