You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,19 @@ This library goal is to resolve all above mentioned issues.
23
23
### Installations
24
24
25
25
```
26
-
composer install amazon-php/sp-api-sdk^1.0
26
+
composer install amazon-php/sp-api-sdk^2.0
27
27
```
28
28
29
29
This library is not in a stable stage yet, please use with caution.
30
30
31
+
### Releases
32
+
33
+
Version <s>[1.0](https://github.com/amazon-php/sp-api-sdk/tree/1.x)</s> is deprecated becuase of the attempt to
34
+
make a little more sense of what Amazon is doing with using "tags" in their Open API specification.
35
+
This attempt failed and in order to keep Backgward Compatibility promise, changes in the class names had to be
36
+
introduced in [2.0](https://github.com/amazon-php/sp-api-sdk/tree/2.x).
37
+
Version 1.0 is not going to be updated anymore, please migrate to version 2.0 that will stay consistent with [Amazon Models](https://github.com/amzn/selling-partner-api-models)
38
+
31
39
### Available SDKs
32
40
33
41
[SellingPartnerSDK](/src/AmazonPHP/SellingPartner/SellingPartnerSDK.php) - Facade for all SDK's
0 commit comments