Connects drupal to SalesCloud's API, a Commerce Platform as a Service.
Module does not do anything by itself other than providing developers with simple functions to perform CRUD actions with the API:
$response = salescloud_index($entity);
foreach($response['data'] as $item) {
//Act on item
}
salescloud_create($entity, $data);
salescloud_update($entity, $id, $data);
salescloud_delete($entity, $id);
Requirements
PHP version at least 5.4
Curl version at least 7.16.2
allow_url_fopen enabled by php
Active SalesCloud account or Register
(Dev Account is free)
Composer Manager Module
Installation
1. Enable the module and fulfill any unmet dependencies.
2. Configure the module at Configure -> Services -> SalesCloud
Modules that use SalesCloud API
Valitor CreditCard
Valitor DebitCard
Credits
This module depends on third party php libraries:
Guzzle 5
Oauth2 Guzzle plugin by Commerce Guys
Special thank you to them.
Project information
- Project categories: E-commerce, Integrations
- Created by Helgi Andri Jónsson on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.