Configure and manage Connectors in your Organization.
Copy for LLM
View as Markdown
Connect is only available in Google Cloud. Regions.
The Connect marketplace provides access to Public Connectors and Organization Connectors.
Public Connectors have passed a certification process to ensure their functional completeness, stability, and compatibility. Those are available to all Composable Commerce Projects.
Organization Connectors are Connectors developed by, or for, your own Organization. They can be installed in your own Projects only by default, but they can also become Public Connectors after having completed a certification process.
Access the Connect marketplace
- Click the profile icon and select Manage organizations & teams.
- Select an Organization and click the Connect tab.
Install and manage Connectors
While requirements for installing Connectors vary based on the services they interact with, most require an API Client. For greater security and auditability, we recommend creating a specific API Client for each Connector.
Install a Public Connector
-
From the Connect marketplace, choose a Public Connector to install and click Learn more.
-
Read the Connector's documentation, including the prerequisites and installation guide, and click Install.
-
Select the Region in which you want to install the Connector.
-
Choose to install the Connector for all Projects, or for specific Projects within your Organization, and click Next.
-
Enter the values for all fields for each application within the Connector. These fields are specific for each Connector, and more information can be found in the Connector's documentation.
- If you selected multiple Projects, you must repeat this process for each Project.
- Connectors that use third-party services may require that you have a commercial contract with the service provider before installing the Connector.
-
Click Install. The Manage connectors page appears, which displays the installation status.
Install an Organization Connector
You must create and publish an Organization Connector before it can be installed.
-
From the Connect marketplace, click Manage connectors.
-
On the Organization connectors tab, select the Connector to install.
-
If the Connector was published for testing purposes, click Deploy on Preview. If the Connector was published for private use, click Deploy on Production.
-
Select the Region in which you want to install the Connector.
-
When deploying on production: Choose to install the Connector for all Projects, or for specific Projects within your Organization, and click Next.
-
Enter the values for all fields for each application within the Connector.
If you selected multiple Projects, you must repeat this process for each Project.
-
Click Install. The Manage connectors page appears, which displays the installation status.
Manage installed Connectors
- From the Connect marketplace, click Manage connectors.
- Click the Installations tab.
- Select one of the Connectors from the list to change its configuration, or view app logs and build details.
View Connector logs
To view the logs of a Connector, go to the App logs tab. You can select to view the logs of a specific application within the Connector, and choose the time and date range of the logs to display.
Redeploy a Connector
If your Connector's installation has failed, go to the Build details tab of the Connector and address the errors, and then click Redeploy.
Uninstall a Connector
To uninstall a Connector, select a Connector and click Uninstall.
Create an Organization Connector
After developing your Connect applications, do the following:
-
From the Connect marketplace, click Organization connectors.
-
Click Create connector.
-
In Git source, select Connect with GitHub or Connect with public third-party Git repository.
- For Connect with GitHub: authenticate with GitHub, and select the repository containing your Connect applications and the Tag of the release to use.
- For Connect with Third-Party Git Repository: enter the SSH URL or HTTPS URL of the repository and select the Tag of the release to use. The HTTPS URL will work only if the repository is public. If the repository is private, you must use the SSH URL and grant read access to the connect-mu machine user.
-
In the Connector setup section, follow these steps:
- For Name, enter the display name for the Connector.
- Optional: For Description, enter a description for the Connector.
- Optional: Specify the Connector type.
- Optional: For Connector key, enter a unique identifier for the Connector. The Connector key may only contain alphanumeric characters, underscores and hyphens and must have a minimum length of 2 characters and maximum length of 256 characters.
- Optional: For Supported regions, specify what regions the Connector can be deployed to.
-
In Creator details, follow these steps:
- For Contact email, enter the contact email of the creator or maintainer of the Connector.
- Optional: For Title, enter the title of the contact person.
- Optional: For Contact name, enter the name of the contact person.
- Optional: For Company name, enter the name of the company that created and maintains the Connector.
- Optional: For Number of contributors, enter the number of developers within the company.
-
In Project scope, follow these steps:
-
For Primary project, select the primary Project for the Connector.To use the Connect API to manage this Connector, your access token must have suitable scopes for the primary Project.
-
For Supported projects, choose to make this Connector available to all Projects of this Organization, or only specific Projects within the Organization.
-
-
In Publishing options, you can choose to publish the Connector by selecting one of the options. To publish later, click Skip this step.
- To publish a Connector for testing or debug purposes in your own Projects, click Request preview.
- To publish the Connector for use in your own Projects, click Publish for private use.
- To submit your Connector to the certification process, click Certify for marketplace.
An unpublished Connector will have aDraftstatus. To manage an unpublished Connector using the Connect API, use the ConnectorStaged endpoints. -
The Manage connectors page appears, and opens the Connector you just created.
Publish an Organization Connector
Your Organization Connector must be published before it can be installed.
-
From the Connect marketplace, click Manage connectors.
-
On the Organization connectors tab, select a Connector from the list and choose one of the following:
-
Request preview: To publish your Connector for testing or debug purposes, click Request preview. After the Previewable status appears as
Accepted, the Connector can be installed.If the Previewable status appears asRejected, you can view more information on the Preview Report tab of the Connector. -
List on Marketplace: To list the Connector as a Public Connector, click List on Marketplace. This will submit your Connector to the certification process. After the Connector status appears as
Listed and certified, your Connector will be listed on the Connect marketplace as a Public Connector. -
Publish for private use: To publish the Connector for use in your own Projects, click Publish for private use. After the Connector status appears as
Published, the Connector can be installed.If the Connector status appears asPublish failed, you can view more information on the Publish Report tab of the Connector.
-