Java SDK for BigCommerce REST APIs
Service | Develop | Master |
---|---|---|
CI Status |
<dependency>
<groupId>com.channelape</groupId>
<artifactId>bigcommerce-sdk</artifactId>
<version>2.0.0</version>
</dependency>
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();
1. Install Maven
2. Install JDK 8
3. Clone the repository.
3. Navigate to repository directory and run `mvn install`
Please see our release notes here: https://github.com/ChannelApe/bigcommerce-sdk/releases