Common API Types used within multiple API resources.
References
Repository
Details of the GitHub repository that contains the Connect applications.
urlString | HTTPS or SSH GitHub URL of the GitHub repository. Private repositories must use an SSH URL. |
tagString | Git tag of the release to use. |
{
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
}Region
europe-west1.gcpEurope (Google Cloud, Belgium)
us-central1.gcpNorth America (Google Cloud, Iowa)
australia-southeast1.gcpAustralia (Google Cloud, Sydney)
ProjectIdentifier
Identifies a Composable Commerce Project. Uses the format "{region}:{projectKey}".
"europe-west1.gcp:my-project-key"IntegrationType
Integration type of the Connector.
taxTax.
marketplaceMarketplace.
omsOrder management.
pspPayment service provider.
pimProduct information management.
promotionPromotions and loyalty.
searchSearch.
erpEnterprise resource planning.
crmCustomer relationship management.
emailEmail and marketing.
analyticsAnalytics.
shippingShipping and delivery.
giftcardGift card.
otherThe Connector provides a service or functionality that is not covered by the other values.
ConnectorApiClient
Configuration for generating API Client credentials.
scopesArray of String | List of scopes assigned to the API Client. |
DeploymentApiClient
API Client credentials used for deployment.
nameString | Client ID of the API Client. |
scopesArray of String | List of scopes assigned to the API Client. |
DeploymentGlobalConfiguration
Global configuration applied to all applications in the deployment.
standardConfigurationArray of ConfigurationValue | List of standard environment variables. |
securedConfigurationArray of ConfigurationValue | List of secured environment variables. |
DeploymentType
Deployment type of the Connector.
preview- The deployed Connector is the previewable ConnectorStaged.
sandbox- The Connector is deployed in the sandbox environment.
production- The Connector is deployed in the production environment and requires a commercetools Composable Commerce Project that is also marked as in production.