Develop > Controller layer > Integrate with back-end systems and external applications > Back-end integration legacy messages


Order Status Update message

The Order Status Update message is an inbound message that contains status information for a WebSphere Commerce order. A back-end application generates this message and sends it to the WebSphere Commerce inbound message queue, where the WebSphere Commerce system receives the message. WebSphere Commerce uses the OrderStatus command to update the tables ORDSTAT and ORDISTAT with the new order status information.

The Order Status Update message supports two sets of application data: Order Status Update v01 and Order Status Update v02. Version 02 includes a superset of the data within v01.

The Order Status Update message uses the WebSphere Commerce message format and consists of a set of records, which follow each other sequentially in a buffer. The following data describes the Order Status Update message:

<ECEDOC> 
<PROLOG>ORDER_STATUS_UPDATE_PROLOG_DATA</PROLOG> 
<HEADER> 
   
<HDR010>ORDER_STATUS_UPDATE_HDR010_DATA</HDR010> 
   
<USRLST> 
       
<DATUSR>DATUSR_DATA</DATUSR> 
                    
. 

                    
.DATUSR repeated loop

                    
.

       
<DATUSR>DATUSR_DATA</DATUSR> 
   
</USRLST> 
</HEADER> 
<ITMLST> 

   
<ITMDAT> 

        
<ITM010>ORDER_STATUS_UPDATE_ITM010_DATA</ITM010> 
       
<USRLST> 

            
<DATUSR>DATUSR_DATA</DATUSR> 
                    
. 

                    
.DATUSR repeated loop 

                    
.

            
<DATUSR>DATUSR_DATA</DATUSR> 
       
</USRLST> 
   
</ITMDAT> 
                    
. 

                    
.ITEM repeated loop

                    
.

   
<ITMDAT> 

        
<ITM010>ORDER_STATUS_UPDATE_ITM010_DATA</ITM010> 
       
<USRLST> 

            
<DATUSR>DATUSR_DATA</DATUSR> 
                    
. 

                    
.DATUSR repeated loop

                    
.

            
<DATUSR>DATUSR_DATA</DATUSR> 
       
</USRLST> 
   
</ITMDAT> 
</ITMLST> 
</ECEDOC>

Notes:


Data Segments for Order Status Update

Related reference

Back-end integration legacy messages


+

Search Tips   |   Advanced Search