Looking to Integrate an External Database via API Query
-
I’m not a regular software developer, so I need some advice and guidance on a change we wish to make.
We used to run a commerce site on Magento, but overall it is incredibly inefficient and very unstable. It also guzzles resources and costs a boatload to maintain, both from hosting and maintenance costs.
We wish to evaluate using WordPress as a solution, but without WooCommerce. We currently store our backend product data in a database with Knack, and right now Authorize.net is our merchant for backend payments. I was wondering if it would be possible to have WordPress send search queries to our Knack database to look for matches (with filtered conditions) via API requests, then return data from the records directly to WordPress to display on a page. This would include files, images, data, and possibly custom displays like a map file. We also would like to be able to cache/store selected products into a cart, and then hand off the payment to a merchant service like Authorize.net or Paypal.
We haven’t decided if we want to allow user logins on our website at this time. Seems like a good idea, but we also issue a separate login for additional payments and we don’t want to overwhelm our customers.
I’m not very practiced at coding WordPress, but I’d be open to documentation/explanation if there exists an avenue currently for our proposed solution. Any advice on this would be greatly appreciated.
Thanks,
Mike
- The topic ‘Looking to Integrate an External Database via API Query’ is closed to new replies.