Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenraj-17 committed Sep 7, 2021
2 parents bef1279 + d1e3ddc commit 851079c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bigcommerce API Client
======================

PHP client for connecting to the Bigcommerce V2 REST API.
PHP client for connecting to the Bigcommerce V2 and V3 REST API.

To find out more, visit the official documentation website:
http://developer.bigcommerce.com/
Expand Down Expand Up @@ -31,10 +31,10 @@ Installation
------------

Use the following Composer command to install the
API client from [the Bigcommerce vendor on Packagist](https://packagist.org/packages/bigcommerce/api):
API client from [the Bigcommerce vendor on Packagist](https://packagist.org/packages/naveenrajbu/bigcommerce-api-php-v3):

~~~shell
$ composer require bigcommerce/api
$ composer require naveenrajbu/bigcommerce-api-php-v3
$ composer update
~~~

Expand Down Expand Up @@ -85,8 +85,8 @@ Set 'v3' by default if you're only using 'v3' APIs

'v3' methods has `$version` parameter which can be used if you didn't set version 'v3' as default version.

##Carts(V3)

Carts(V3)
------------
you can do almost all the functions in cart.

**Get Cart by Cart Id**: `getCart($id, $version = null);`
Expand Down

0 comments on commit 851079c

Please sign in to comment.