bridge.download
This method provides you with a possibility to download bridge for the store in order to perform connection to the cart. Below you will find all parameters that are necessary to establish bridge download together with request and response examples. Integration code samples together with interactive documentation (Swagger) that are also presented will make API2Cart a clear tool to use. |
|||||||||||||||||||||||||||||||||||||||||||||||||
Supported Carts |
|
||||||||||||||||||||||||||||||||||||||||||||||||
Choose a shopping cart to see what params are available for this platform. All shopping carts on the list work with this method, docs are coming soon. |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Params |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Response Structure |
|
||||||||||||||||||||||||||||||||||||||||||||||||
Return bridge.zip file
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Response Example |
|
||||||||||||||||||||||||||||||||||||||||||||||||
bridge.zip
Not Defined
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Request Example |
|
||||||||||||||||||||||||||||||||||||||||||||||||
Code Sample |
|
||||||||||||||||||||||||||||||||||||||||||||||||
index.php <?php include_once 'Connector.php'; $api = new Connector('PASTE_YOUR_API_KEY','PASTE_YOUR_STORE_KEY'); try { /** * Return stdClass */ $result = $api->request('bridge.download'); } catch (Exception $e) { echo '#' . $e->getCode() . ' ' . $e->getMessage(); } Connector.php
See MoreIntegration Code Samples Full code sample on Git Hub |
|||||||||||||||||||||||||||||||||||||||||||||||||
Try Now (Swagger) |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
This documentation is outdated and no longer supported. You will be redirected to the new documentation
in: seconds