Evaluating bids

Integração de Api

Published on the October 05, 2017 in IT & Programming

About this project

Open

Realizar integração de api (pronta e documentada em inglês) de um sistema de revenda com woocommerce

Documentação:
Available API calls

account_add - Add a new account, just like you would on the Manage Accounts page of the reseller panel.
Account_cancel - Allows you to cancel an active account.
Account_credits_apply - Add reseller's email sending credits to an account.
Account_edit - Edit existing account settings and plan, just like you would on the Manage Accounts page of the reseller panel.
Account_emailtest_credits_apply - Add reseller's email testing credits to an account.
Account_list - View multiple accounts under your reseller profile including all information associated with each.
Account_name_check - Allows you to check remotelly if the account name is already taken.
Account_plans - Allows you to retrieve a list of currently available plans for an account.
Account_scoring - Turn lead and contact scoring on or off for an non-enterprise account.
Account_status - Allows you to check the account status. Possible results are active, disabled, creating, cancelled.
Account_status_set - Allows you to set a custom status for an account. Possible options are "active" and "inactive" (with a custom message).
Additional technical details

Data from our API can be returned in 3 different formats:

serialized - Data is returned in a serialized format and can be decoded with php's native unserialize() function
json - data is returned in json format and can be decoded with json_decode() function (included in php since 5.2.0)
XML -Write your own XML parser to handle the output
Our api examples are using php but you could use virtually any programming language to interact with our api.

We have an API rate limit of 5 requests per second per reseller. For this reason it is wise to think about each call and whether you can utilize calls for multiple options and/or cache some of your data locally. Partners with high demands can contact us for a custom rate limit solution.


Articles & Examples

Allow users to sign up with the API

Category IT & Programming
Subcategory Wordpress
What is the scope of the project? Setup software bundle
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Experience in this type of projects No (I haven’t managed this kind of project before)
API Integrations Other (Other APIs)

Delivery term: Not specified

Skills needed