BigCommerce SDK

Java SDK for BigCommerce REST APIs

License

License

GroupId

GroupId

com.channelape
ArtifactId

ArtifactId

bigcommerce-sdk
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

BigCommerce SDK
Java SDK for BigCommerce REST APIs
Project URL

Project URL

https://github.com/channelape/bigcommerce-sdk
Source Code Management

Source Code Management

https://github.com/channelape/bigcommerce-sdk/tree/master

Download bigcommerce-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/ -->
<dependency>
    <groupId>com.channelape</groupId>
    <artifactId>bigcommerce-sdk</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation 'com.channelape:bigcommerce-sdk:2.0.1'
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation ("com.channelape:bigcommerce-sdk:2.0.1")
'com.channelape:bigcommerce-sdk:jar:2.0.1'
<dependency org="com.channelape" name="bigcommerce-sdk" rev="2.0.1">
  <artifact name="bigcommerce-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.channelape', module='bigcommerce-sdk', version='2.0.1')
)
libraryDependencies += "com.channelape" % "bigcommerce-sdk" % "2.0.1"
[com.channelape/bigcommerce-sdk "2.0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-client jar 2.24.1
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.24.1
org.glassfish.jersey.media : jersey-media-jaxb jar 2.24.1
org.apache.commons : commons-lang3 jar 3.5
joda-time : joda-time jar 2.9.9
org.slf4j : log4j-over-slf4j jar 1.7.22
com.github.rholder : guava-retrying jar 2.0.0

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
com.github.rest-driver : rest-client-driver jar 2.0.0
org.json : json jar 20160810
org.slf4j : slf4j-simple jar 1.7.22
org.eclipse.persistence : org.eclipse.persistence.moxy jar 2.6.4

Project Modules

There are no modules declared in this project.

BigCommerce SDK

Java SDK for BigCommerce REST APIs

Service Develop Master
CI Status Build Status Build Status

Quality Gate Coverage

Maven

	<dependency>
	    <groupId>com.channelape</groupId>
	    <artifactId>bigcommerce-sdk</artifactId>
	    <version>2.0.0</version>
	</dependency>

Quickstart

Creating SDK with store hash, client ID, and access token then making a sample call:

	final BigcommerceSdk bigcommerceSdk = BigcommerceSdk.newBuilder().withStoreHash(storeHash)
			.withClientId(clientId).withAccessToken(accessToken).build();
	final CatalogSummary catalogSummary = bigcommerceSdk.getCatalogSummary();

Building from source

1. Install Maven
2. Install JDK 8
3. Clone the repository.
3. Navigate to repository directory and run `mvn install`

Release Notes

Please see our release notes here: https://github.com/ChannelApe/bigcommerce-sdk/releases

com.channelape

ChannelApe

Versions

Version
2.0.1
2.0.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1