Skip to content

Java API which exposes utilities for building update actions and automatic synchronization of CTP data from external sources such as CSV, XML, JSON, etc.. or an already existing CTP project into a target project.

License

Notifications You must be signed in to change notification settings

timonrey/commercetools-sync-java

 
 

Repository files navigation

commercetools-java-sync-logos 002

commercetools sync

Build Status codecov Benchmarks M10 Download Javadoc Known Vulnerabilities

Java API which exposes utilities for building update actions and automatic syncing of CTP data from external sources such as CSV, XML, JSON, etc.. or an already existing CTP project into a target project.

commercetools-java-sync-final 001

Usage

commercetools sync is a Java library that could be used to synchronise CTP data in any of the following ways:

  1. Synchronise data coming from an external system in any form (CSV, XML, etc..) that has been already mapped to JVM-SDK resource draft objects (e.g. CategoryDraft).

  2. Synchronise data coming from an already-existing commercetools project in the form of JVM-SDK resource draft objects (e.g. CategoryDraft).

Currently this library supports synchronising

Prerequisites

  • install Java 8
  • a target CTP project to which your source of data would be synced to.

Installation

There are multiple ways to download the commercetools sync dependency, based on your dependency manager. Here are the most popular ones:

Maven

<dependency>
  <groupId>com.commercetools</groupId>
  <artifactId>commercetools-sync-java</artifactId>
  <version>v1.0.0-M10</version>
</dependency>

Gradle

implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M10'

SBT

libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M10"

Ivy

<dependency org="com.commercetools" name="commercetools-sync-java" rev="v1.0.0-M10"/>

Roadmap

https://github.com/commercetools/commercetools-sync-java/milestones

About

Java API which exposes utilities for building update actions and automatic synchronization of CTP data from external sources such as CSV, XML, JSON, etc.. or an already existing CTP project into a target project.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%