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)
us-east-2.awsNorth America (AWS, Ohio)
eu-central-1.awsEurope (AWS, Frankfurt)
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. |