Pick Ship Response Guidelines
See How to Use this Guide before reading the below information.

The following data is included in the message response:
Data Element | Occurs | Format | Length | Enums | Req | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
S:Envelope | 1...1 | - | - | - | M | SOAP Envelope root element. | ||||||
S:Body | 1...1 | - | - | - | M | SOAP Message Body. | ||||||
ns2:PickShipResponse | 1...1 | - | - | - | M | The results of the pick operation. | ||||||
TLResponse | 0...1 | - | - | - | M | TraceLink response. | ||||||
Success | 0...1 | - | - | - | M | Indicates if PickShip had success in processing. | ||||||
ExceptionReturn | 0...1 | - | - | - | C | Populated with error information only if Success = false, otherwise omitted, e.g. the PickShip message contains a pick of 5 items but 4 picks process successfully and 1 pick fails. The system returns the overall results of total success/fails. | ||||||
CallException | 1...* | - | - | - | M | Contains error details. | ||||||
ExceptionCode | 0...1 | String | 0/* | - | M | Error code. See PickShipRequestResponse Errors Table for all potential error codes and exception messages. | ||||||
ExceptionMessage | 0...1 | String | 0/* | - | C | Message that further describes error condition. See PickShipRequestResponse Errors Table for all potential error codes and exception messages. |