commercetools Connector - Java
This example project contains a commercetools Connect accelerator for Marketplacer.
less than a minute

Overview
This ia a Java-based project that is compatible with commercetools Connect, it utilizes Marketplacer webhooks to move Product and Seller data from Marketplacer to commercetools.
Solution Components
| Component | Description |
|---|---|
| Language | Java |
| Runtime | commercetools Connect / Google Cloud Functions |
| Marketplacer API | N/a |
| Webhooks used | Operator Webhooks |
| Data Storage | N/a |
| Dependencies | spring-boot-starter-web |
| gson | |
| jackson-databind | |
| commercetools-http-client | |
| commercetools-sdk-java-api | |
| commercetools-sdk-java-importapi | |
| commercetools-sdk-java-ml | |
| commercetools-sdk-java-history | |
| guava | |
| commons-lang3 | |
| spock-core | |
| spring-boot-starter-test | |
| junit-jupiter-engine | |
| junit-jupiter-api | |
| commons-io |
Getting Started
The code for this project can be found here, along with a detailed readme that helps you to get up and running quickly.