PHPackages                             mavericks-lab/bigcommerce-integration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mavericks-lab/bigcommerce-integration

ActiveLibrary[API Development](/categories/api)

mavericks-lab/bigcommerce-integration
=====================================

Syncommerce Bigcommerce integration package

091PHP

Since Feb 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mavericks-lab/bigcommerce-laravel)[ Packagist](https://packagist.org/packages/mavericks-lab/bigcommerce-integration)[ RSS](/packages/mavericks-lab-bigcommerce-integration/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BIGCOMMERCE INTEGRATION API
---------------------------

[](#bigcommerce-integration-api)

### Description

[](#description)

This package is for interacting with the BigCommerce platform. The package can be used to:

1. **Manage store/merchant**

    - Fetch store/merchant information from BigCommerce
2. **Manage products**

    - Import the full list of products (including categories, variants, and images) from a store on BigCommerce
    - Export a collection of products to a store on BigCommerce
    - Update existing products on a store on BigCommerce
    - Delete products from a store on BigCommerce
3. **Manage orders**

    - Import all orders from a store on BigCommerce
    - Import orders made within two dates
    - Update order status on BigCommerce store
4. **Manage customers**

    - Import customers from a store on BigCommerce
    - Add one or more customer to a store on BigCommerce
    - Update customer information for a store on BigCommerce
5. **Writing to local application database**

    - Write products and related information to application database
    - Write order and related information to application database
    - Write customer and related information to application database

The package comes with repositories for the individual entities (Merchant, Category, Product, Order, Customer). It also comes with a class that combines all the other repositories into one.

### Requirements

[](#requirements)

This package requires PHP version 7.1 and above.

### Installation

[](#installation)

Add the code below to your composer.json file and update it.

```
    composer require mavericks-lab/bigcommerce-integration

```

### Usage

[](#usage)

#### Initialization

[](#initialization)

```
