What API calls are made for custom store?

Calls to test for custom store integration

What is Connex URL?

Login to Connex. Next to custom store, note the URL:

What IPs must I unblock?

Connex uses an azure function to run a scheduled task. Unblock these virtual IPs:

  • Azure function: 20.49.104.47
  • Connex for QuickBooks:  137.117.84.54

What API calls do you make?

Here is a list:

  • GET {CONNEXURL}/authenticatetowebservice using basic auth. This call is made before any other calls to ensure basic auth works. If the method fails, then no syncing will occur.
  • POST {CONNEXURL}/createorders using basic auth. This method syncs orders from Connex to your ordering solution. If you wanted to sync Amazon sales from Connex to your ERP, then use this method.
  • GET {CONNEXURL}/getorders using basic auth. This method pulls sales from your ordering solution to Connex. If you wanted to sync sales from your ERP to ShipStation, for example, use this method.

Here are some examples:

Call Name Sample CURL
CreateOrders Click here for sample call
   

You can use Postman to test: