OpenCart
Our OpenCart integration is designed as an end-to-end model that allows us to pull in product details, inventory levels, and pricing and facilitate order placement.
OpenCart does not provide API access to sync product and inventory data. Therefore, you'll need to add the 'API connector' file to the web server that OpenCart is installed on.
In most cases, this can be done via the "cpanel" dashboard that is available from your hosting provider. If someone built and set up your store for you, it should only take a few minutes for them to set this up on your behalf.
Copy the API connector code below, and save it as 'dstnc.php'. Copy the file into "/public_html/catalog/controller/api/jetti.php"
To check the file worked, you should then be able to access the following URL:
https://<your domain here>/index.php?route=api/dstnc/products
Last updated