Find Delivery Numbers Request Guidelines

See How To Use this Guide before interpreting the guidelines below.

The following data is sent in the request to TraceLink:

Data Element Occurs
Length
Type Description
soapenv:Envelope [1...1]
-
- Required. SOAP Envelope root element.
  soapenv:Header [1...1]
-
- Required. Not used.
  soapenv:Body [1...1]
-
- Required. SOAP Message Body.
    urn:FindDeliveryNumbers [1...1]
-
- Required. Queries for a list of Order and Order Receipt instances.
      FindDeliveryNumbersRequest [0...1]
[1/*]
- Required. Mandatory for a FindDeliveryNumbers request.
        Keyword [0...1]
[1/*]
String The delivery number against which to query. *1
        OrderSubType [0...1]
[1/5]
Boolean Limits the results to deliveries that are flagged as Sales Orders. *2
  • If set to true, the results only display deliveries that have an order receipt type of SALESORDER.
  • If set to false, the results display deliveries with all order receipt types (see the OrderReceiptType/OrderType enumeration list).
        IsOpen [0...1]
[1/5]
Boolean Limits the results to Orders and Receipts that are considered complete (flagged in the OrderComplete/ReceiptComplete fields). *3
  • If set to true, the results only display deliveries that have ReceiptComplete and OrderComplete set to false.
  • If set to false, the results only include deliveries with ReceiptComplete/OrderComplete set to true (meaning that order/receipt will receive no further edits).