Skip to main content

Shipment Confirmation by Order

This interface returns when stock was shipped on AdOr5 and shows items per order.

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

Actions

POST

This interface allows you to post to the ShipmentConfirmationByOrderSTD_API Interface

Request details

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

Request Body


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

Request Response

{
"success": true,
"message": null,
"errorData": null,
"returnData": {
"Shipment": [
{
"messageType": "Shipment",
"shipdate": "2018-02-21T09:34:13.727",
"shipmentdesc": "S0010433",
"numberofhus": "5",
"totalweight": "",
"reference1": "N1 CITY",
"reference2": "",
"reference3": "DELIVERY",
"orders": [
{
"orderno": "23442.251001",
"destno": "MVI001",
"destname1": "N1 CITY VALUE CENTRE",
"destname2": "FRUIT & VEG CITY (PTY) LTD",
"destaddress1": "T/A FLM N1 CITY VALUE CENTRE",
"destaddress2": "SHOP 77,N1CITY VALUE CNTR, SOL",
"destcity": "",
"desttowncode": "",
"destpostalcode": "",
"destcountrycode": "ZA",
"destcontact": "",
"desttelephone": "",
"destref": "793#000031",
"clientno": "169",
"clientname": "J.E.F",
"clientdesc": "J.E.F",
"items": [
{
"styleno": "55700",
"skuno": "55700",
"itematt1": null,
"itematt2": null,
"itematt3": null,
"itematt4": null,
"itematt5": null,
"lineno": 1,
"qty": 310,
"customerno": "185",
"customerdesc": "FLM"
}
]
}
]
}
]
}
}

Specification

Shipment Header

FieldType
messageTypeString
shipdateTimestamp
shipmentdescString
numberofhusString
totalweightString
reference1String
reference2String
reference3String

Orders

FieldType
ordernoString (30)
destnoString (30)
destname1String (50)
destname2String (30)
destaddress1String (70)
destaddress2String (40)
destcityString (30)
desttowncodeString (10)
destpostalcodeString (20)
destcountrycodeString (10)
destcontactString (30)
desttelephoneString (30)
destrefString (30)
clientnoString
clientnameString
clientdescString

Items

FieldType
stylenoString (30)
skunoString (30)
itematt1String (40)
itematt2String (40)
itematt3String (40)
itematt4String (40)
itematt5String (40)
linenoInteger
qtyInteger
customernoString
customerdescString