Skip to main content

Adding an integration

Store-specific API credentials allow you to integrate your online store with external systems.

Updated over 2 weeks ago

Adding integration credentials

  1. From the top-right menu, go to Apps.

  2. Scroll to the bottom of the page, where you’ll find Integrations.

  3. Select Add integration and provide the following details for the application:
    - Name: A descriptive name for the integration (e.g., “Inventory management system”).
    - Description: A short description of the purpose of the integration (e.g., “Synchronizes inventory data with an external system”).
    - Redirect URL: The application’s redirect address where the user is directed after authentication (e.g., https://my-application.com/callback). You can separate multiple addresses with a comma.

  4. Save the integration. The system will generate a Client ID and Client Secret for you. These credentials are required for authentication. You can view them by selecting View for the integration.

Authentication (OAuth 2.0)

Using the REST API requires authentication. Instructions for authentication and detailed API descriptions can be found on the Finqu Developers site at https://developers.finqu.com/apis-and-tools/rest-api/overview

Did this answer your question?