Link products to a role
When you link a product to a role, each user that purchases the product is added to this role. The user is added to the role after a successful checkout has been executed.
To link a product to a role, you must perform the following:
- Get an instance of the CatalogManager object.
- Get an instance of the product.
For more information, see For developers: Query products.
- Link the product to the role.
To do this, set the AssociateBuyerWithRole property of the Product instance to the ID of the specified role.
- Save the changes to the manager.
Code example: Link a product to a role