Skip to content

MikeKoda/commercetools-sync-java

 
 

Repository files navigation

commercetools-java-sync-logos 002

commercetools sync

Build Status codecov Download Javadoc

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-M2</version>
</dependency>

Gradle

compile 'com.commercetools:commercetools-sync-java:v1.0.0-M2'

Roadmap

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • XSLT 3.8%