Devotee API

Developer

Isaac Raway - Airways

3rd Party (Free)

6 downloads (last 90 days)

Download v1.0

EE Version Support

  • ExpressionEngine 1.x
  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

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 Support Downloads Add-On Version Release Date
Not Specified Download 1.0 Jan 22, 2011

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!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

Exp:resso 04.04.12

Exp:resso
Rating - {addon_rating_average}

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