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
Method | Endpoint | Header key | Header Value |
---|---|---|---|
POST | BaseURL/api/outbound/confirmation | X-AUTH-TOKEN | Integration 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
Field | Type |
---|---|
messageType | String |
ShipDate | String |
ShipDateTime | String |
ShipmentDesc | String |
NumberOfHUs | String |
TotalWeight | String |
DUs
Field | Type |
---|---|
DUNo | String |
Weight | String |
Volume | String |
DimLength | String |
DimWidth | String |
DimHeight | String |
TrackingNo | String |
CourierName | String |
ServiceLevel | String |
ServiceLevelDesc | String |
OrderNo | String |
Destno | String |
Destname1 | String |
Destname2 | String |
DestAddress1 | String |
DestAddress2 | String |
DestCity | String |
DestTownCode | String |
DestPostalCode | String |
DestCountryCode | String |
DestContact | String |
DestTelephone | String |
DestRef | String |
Reference1 | String |
Reference2 | String |
Reference3 | String |
SenderNo | String |
SenderName | String |
SenderDesc | String |
SenderAddress1 | String |
SenderAddress2 | String |
SenderAddress3 | String |
SenderAddress4 | String |
SenderPostalCode | String |
SenderTelephone | String |
SenderEmail | String |
SenderContact | String |
Items
Field | Type |
---|---|
LineNo | String |
StyleNo | String |
SKUNo | String |
Qty | String |
VASText | String |
CustomerNo | String |
CustomerDesc | String |