Reference > Shop flow URLs > Member subsystem URLs > Buyers


BuyerRegistrationAdd URL

This URL creates a registration record for a Buyer, which includes an organization and a user.

This URL creates a registration record for a Buyer, which includes an organization and a user. After the Buyer is registered, the Buyer can only log onto the system after approval. By default approval is turned on. Information for new users are stored in the MEMBER, USERS, USERREG, MBRREL, USERPROF, BUSPROF, USERDEMO, and ADDRESS database tables.

A B2B direct or B2B indirect user can be created by specifying the profileType to have a value of 'B' and may need to be approved.

The BuyerRegistrationAdd URL is a wrapper URL for the ResellerRegistrationAdd URL. The main difference between this URL and ResellerRegistrationAdd, is that this URL reads a different section of the MemberRegistrationAttributes.xml file. In turn, the ResellerRegistrationAdd URL is a wrapper for the OrgEntityAdd and UserRegistrationAdd URLs. Thus, the BuyerRegistrationAdd URL first calls the ResellerRegistrationAdd URL, which in turn calls the OrgEntityAdd URL and the UserRegistrationAdd URL. Except for a few parameters, this URL accepts all the parameters of the UserRegistrationAdd URL with "usr_" added as a prefix to each parameter. Likewise, except for a few cases, this URL accepts all the parameters of the OrgEntityAdd URL with "org_" added as a prefix to each parameter. The following are the exceptions:

Use this URL with SSL (Secure Sockets Layer) to ensure that the user's information is encrypted.

To do so type the URL with the HTTPS secure protocol.


URL structure

http:// host_name/path/

The fully qualified name of the WebSphere Commerce Server and the configuration path.
Diagram of the URL structure: The URL starts with the fully qualified name of the WebSphere Commerce Server and the configuration path, followed by the URL name, BuyerRegistrationAdd , and the ? character. End the URL with a list of parameters in the form of name-value pairs. Separate each <a href=name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />


Parameter values


Example

The following example creates a registration record for the Buyer ABC:

https://myhostname/webapp/wcs/stores/servlet/BuyerRegistrationAdd?
storeId=10001&URL=OrgRegistrationAddPendingForApprovalView
&org_orgEntityName=ABC&usr_logonId=myUserLogonId&usr_logonPassword=myUser1Password
&usr_logonPasswordVerify=myUser1Password


Behavior


Exception conditions


Related concepts

Member subsystem

Related reference

BuyerUserRegistrationUpdate URL

Sample: Member subsystem properties files

Member subsystem URLs


+

Search Tips   |   Advanced Search