Update Order Receipt Response Guidelines

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

The following data is included in the message response:

Data Element Occurs
Length
Type Description
S:Envelope [1...1]
[-]
- Required. SOAP Envelope root element.
  S:Body [1...1]
[-]
- Required. SOAP Message Body.
    ns3:UpdateOrderReceiptResponse [1...1]
[-]
- Required. UpdateOrderReceipt response message.
      TLResponse [0...1]
[-]
- Required. TraceLink response.
        Success [0...1]
[-]
- Required. Indicates if the receipt request successfully processed. *1
        ExceptionReturn [0...1]
[-]
- Conditionally required if Success = false. Contains error information.
          CallException [1...*]
[-]
- Required. Contains error details such as exception code and error message, if available.
            ExceptionCode [0...1]
[0/*]
String Required. Error code. See Update Order Receipt Errors for the full list of potential error exception codes and error messages. *2
            ExceptionMessage [0...1]
[0/*]
String Conditionally required if exception message exists. Message that further describes the error condition. See Update Order Receipt Errors for the full list of potential error exception codes and error messages.