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


Order Create message

The Order Create message is an outbound message that contains order details for a completed order. The WebSphere Commerce system generates this message and sends its data to an outbound message queue, where a back-end system receives the message. This application takes the message and continues any back-end business processes required to complete the specified task for the order. Use Order Create to fulfill the order process of orders that begin with the WebSphere Commerce system, but also require some additional or back-end work by a separate system.

The Order Create message uses the legacy message format and consists of a set of records, which follow each other sequentially in a buffer. The message contains order, customer, billing, merchant, and shipping information. The following data describes the Order Create message:

<ECEDOC> 
<PROLOG>ORDER_CREATE_PROLOG_DATA</PROLOG> 
<HEADER> 

   
<HDR010>ORDER_CREATE_HDR010_DATA</HDR010> 
   
<HDR020>ORDER_CREATE_HDR020_DATA</HDR020> 
   
<HDR030>ORDER_CREATE_HDR030_DATA</HDR030> 
   
<HDR040>ORDER_CREATE_HDR040_DATA</HDR040> 
   
<USRLST> 
       
<DATUSR>DATUSR_DATA</DATUSR> 
                    
. 

                    
.DATUSR repeated loop 

                    
.

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

   
<ITMDAT> 

        
<ITM010>ORDER_CREATE_ITM010_DATA</ITM010> 
       
<USRLST> 

           
<DATUSR>DATUSR_DATA</DATUSR> 
                    
. 

                    
.DATUSR repeated loop

                    
.

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

                    
.ITEM repeated loop

                    
.

   
<ITMDAT> 

        
<ITM010>ORDER_CREATE_ITM010_DATA</ITM010> 
       
<USRLST> 

           
<DATUSR>DATUSR_DATA</DATUSR> 
                    
. 

                    
.DATUSR repeated loop

                    
.

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

Notes:


Data Segments for Order Create


Related concepts

Outbound messaging system

Order notification

Related reference

Back-end integration legacy messages


+

Search Tips   |   Advanced Search