- Connex for QuickBooks User Guide
- Custom Store
-
Connex for QuickBooks User Guide
- Getting Started with Connex for QuickBooks
- Remote Desktop (RDP)
- Customers Matching
- Inventory Site
- Inventory Sync
- Multicurrency
- Orders
- Price Levels
- Products
- Refunds
- Sales Tax
- Sales Orders
- Unit of Measure
- Web Connector
- Getting Started with Rules
- Rules Engine Common Rules
- FAQ
- Deposit Match
- Cost of Goods Sold
- Troubleshooting
- Custom Store
-
Connex Ecommerce Analytics
-
Frequently Asked Questions
-
General Troubleshooting Guide
- Deposit Match Troubleshooting
- QuickBooks Desktop Error Messages
- Inventory Troubleshooting
- Incorrect Orders Troubleshooting
- Sales Tax Troubleshooting
- Web Connector Troubleshooting
- QuickBooks Online Error Messages
- Match Deposit Tool Troubleshooting
- Product Matching Troubleshooting
- Customer Matching Troubleshooting
- Rules Engine
- Orders from QuickBooks
- Payments Troubleshooting
- Company File
-
Connex for QuickBooks Integrations Guide
-
Rules Engine Guide
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: