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