- Connex Ecommerce Analytics
- Developer API
-
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
How do I make my first API call?
How to make your first call
How does your API work?
We use REST. We have a staging and a production site:
We publish changes to staging, QA tests and we publish. We recommend starting with the staging site first because it gets all the latest changes.
How do I make my first API call?
In this example, we will get a list of user connections. This should return a single record for the custom store. Here are the steps:
- Log into Connex.
- Go to connections.
- Add the custom store connection.
- In the settings for custom store, click generate token.
- Go to our staging swagger endpoint.
- On the top right, click authorize.
- Enter bearer, a space and your access token.
- Go to userconnections/list.
- Click try it out.
- Click execute.
If I want to sync orders from a back office system to my selling channel, what API call should I use?
Use the ListOrdersWithOrderItemsAndFilter call. You will receive customer details and order items.
I want to sync product updates from my software to Connex. What API call should I use?
Here are the steps:
- Use the UpdateProducts API call.
- Log into Connex.
- Click connections.
- Add the back office system, like Amazon.
- Under Amazon settings, click products and enable sync from Connex to Amazon.
- Connex will sync product updates to your selling channel on a scheduled basis.
Do you have other sample API calls?
For more info, read this guide.
🔷 Next: Purchase Licenses