Creating a Connector with the Connect API requires developers to follow the Connector development workflow.
After completing this page, you should be able to:
- Explain the difference between a Creator and a Client.
- Identify key features of the development workflow.
Now that you have completed the Deploy a marketplace Connector module and you know the basics of Connect, let’s explore how you can develop and deploy Connectors. Let's distinguish between two types of users first:
To summarize, Creators are those who create Connectors, and Clients are those who deploy Connectors in their Projects.
Creating and using Connectors runs through the following main stages:
-
Create your Connector Github repository:Connect provides starter code templates for your Connect applications in JavaScript and TypeScript.
-
Create your ConnectorStaged:Use our Connect API or the Merchant Center to create your ConnectorStaged, which is a working draft of your Connector. Preview your draft.
-
Decide if you want to publish for private or public use:a. Publish your ConnectorStaged for private use:
Once your Connect applications are functionally complete, prepare your Connector for private use. Your Connector is then ready to be used in your Composable Commerce Project.
b. Certify your Connector / Publish your ConnectorStaged for listing on the Connect marketplace:If you would like to make your Connector available for public use, you need to certify it first.
-
Deploy your (or other) Connectors:
You can then use your published Connector (for private use) or any other public Connector listed on the marketplace in your Composable Commerce Project.
This learning module will follow the above steps in the following pages.
Study the diagram below which elaborates on the above process in more detail, highlighting some of the key decisions in the development and deployment of Connectors.
The diagram shows the following steps and decision points:
- Create a ConnectorStaged.
- Request previewable status for the ConnectorStaged. A previewable ConnectorStaged can be deployed for testing and preview purposes.
- Check if the ConnectorStaged is previewable.
- If yes, deploy the previewable ConnectorStaged for testing.
- Decide if the Connector is ready to be published.
- If publishing for private use, publish without certification.
- If publishing for public use, request certification.
- Check if certification is granted.
- If yes, the Connector will be listed on the Connect marketplace.
- If not, resolve any certification issues and request certification again.
- Once published, the Connector is ready for production use.
- This is a simplified representation of the process and actual workflows may vary based on specific requirements and Connect policies.