Member services

Member services allow an external system to create, update and search for Members (Organizations, Users, and Member Groups) in HCL Commerce. The member component provides a client library and a component facade. The member services logical model is defined with customization in mind. All the major elements have a standard extension point to add additional name-value pairs.

Member services use the following verbs: Get, Process, and Change. The standard extension point is _wcf:UserData.

The code assets are in the following locations:
  • Member-DataObjects for the XSD definition of the Person and Organization nouns, as well as the BOD definitions, for example ChangePerson.xsd, as well as the corresponding generated SDO classes
  • Member-Client for the client code
  • Member-Server for the server code