Loading...
Changes Saved.
Error Occurred!
Home Products Blog Community Support Resellers

Module API Commands

Here is a listing of API classes available for access in custom modules.  They are essentially the model classes listed in /system/application/models folder. Each API class function must be accessed using the following example syntax:

$this->members_api->_get_member_details($data['member_id']);

Where members is the name of the API and _get_member_details is the API command to run.

API Classes Available For Use

  1. Affiliate Marketing
  2. Commissions
  3. Content
  4. Coupons
  5. Invoices
  6. Members
  7. Products

 




Related Articles