Customer Update message

The Customer Update message is an inbound message that contains customer information for a customer. 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 updates information for a registered customer by calling the UserRegistrationUpdate command.

The Customer 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 Customer Update message:

<ECEDOC>
<PROLOG>CUSTOMER_UPDATE_PROLOG_DATA</PROLOG>
<HEADER>
    <HDR010>CUSTOMER_UPDATE_HDR010_DATA</HDR010>
    <USRLST>
        <DATUSR>DATUSR_DATA</DATUSR>                  
.                  
.
DATUSR repeated loop                     
.
        <DATUSR>DATUSR_DATA</DATUSR>
    </USRLST>
</HEADER>
</ECEDOC>

Notes:

Data Segments for Customer Update

Feedback