EE 1
EE 2
Devotee API
Developer
3rd Party (Free)
1 downloads (last 90 days)
Compatibility
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Better Workflow
- Matrix
Requirements
- jQuery for the Control Panel
Categories
Plugin
Tags
Provides access to the Devot:ee JSON API to allow commercial authors to list their sales in EE templates - use this to build yourself a sales dashboard!
See Orders API for a complete list of fields available for each order.
Currently the following fields are available:
- purchase_id - Unique id for this purchase
- item order_id - Order ID
- order_date - Order date in Unix Timestamp format.
- product_id - Product ID
- quantity - Product Quantity
- price - Product Price
- license_key - UUID license key
- license_req - (y|n) license key is required in configuration
- title - Product Title
- customer_email - Customer’s Email
- customer_phone - Customer’s Phone
- customer_billing_fname - Customer First Name
- customer_billing_lname - Customer Last Name
- customer_company - Company
- customer_billing_address1 - Address 1
- customer_billing_address2 - Address 2
- customer_billing_city - City
- customer_billing_state - State
- customer_billing_zip - Zip Code
- customer_billing_country - Country code
Example Use
<table border="1">
<tr>
<th>Product</th>
<th>Purchase ID</th>
<th>Customer E-mail</th>
<th>License</th>
</tr>
{exp:devotee_api:orders username="{devotee_username}" password="{devotee_password}" start_date="2011-01-01" end_date="2011-06-01"}
{if no_results == 'yes'}
<tr>
<td colspan="4" align="center">No results!</td>
</tr>
{if:else}
<tr>
<td>{title}</td>
<td>{purchase_id}</td>
<td>{customer_email}</td>
<td>{license_key}</td>
</tr>
{/if}
{/exp:devotee_api:orders}
MetaSushi EE Add-ons Newsletter
To stay up to date with the latest ExpressionEngine add-on news from MetaSushi, be sure to subscribe to the MetaSushi EE Add-ons Newsletter today (very low volume).
Download Devotee API
| EE Version | Downloads | Add-On Version | Release Date |
|---|---|---|---|
| 1.x | Download | 1.0 | 2011-01-22 01:59 AM |
This entry was created January 22, 2011, 9:15 pm.
This entry was last updated March 11, 2012, 7:57 pm.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
1 Review:
Exp:resso 04.04.12
Great idea. I updated this add-on to use the new Devotee API keys (instead of username and password), and also fixed an error caused by not having a user agent set when calling the api. You can find my updated version here: https://github.com/adrianmacneil/devotee_api