Skip to content

jmawebtech/bigcommercerestapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigCommerce Rest Api

This project uses the Microsoft Web API to parse BigCommerce's REST API. BigCommerce's data is returned in Json.

To install this software, follow these steps:

  1. Right click your solution and go to manage packages
  2. In the search box, type web api
  3. Install the first listing
  4. Enable the API: https://support.bigcommerce.com/questions/1560/How+do+I+enable+the+API+for+my+store%3F

To use this project, run the console app. There are 5 methods:

GetOrdersByDateRange - Gets order by a beginning creation date and an end creation date.

GetOrderById - Gets an order by its Id

GetOrdersByIdRange - Get a list of orders between a lowest and highest order number.

GetProducts - Gets a list of order items for an order.

GetAddresses - Gets shipping addresses for an order.

GetOrderStatuses - Get all the order statuses from the store.

This project was creating to integate with our MS Dynamics GP and QuickBooks solutions:

http://www.cloudcartconnector.com

http://www.connexmsd.com

This project is maintained by JMA Web Technologies. If you would like to contribute or would like to contact us for consulting, please contact us.

About

BigCommerce Rest Api C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages