Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin committed Oct 27, 2023
1 parent e385512 commit af8ae28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

Tiktok Shop API Client is a simple SDK implementation of Tiktok Shop API.

Since v2.x, library used API version 202309 and later. For older API version, please use v1.x

## Installation

Install with Composer
Expand Down Expand Up @@ -95,7 +97,6 @@ $new_refresh_token = $new_token['refresh_token'];
```php
$client = new Client($app_key, $app_secret);
$client->setAccessToken($access_token);
$client->setShopId($shop_id);
```

* Get product list: [api document](https://developers.tiktok-shops.com/documents/document/237487)
Expand Down

0 comments on commit af8ae28

Please sign in to comment.