This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
Releases: clousale/amazon-sp-api-php
Releases · clousale/amazon-sp-api-php
2.1.3
2.1.2
2.1.1
2.1
- Get Rid of AWS Dependency
- Fix Signature
- Improve guzzle version compatibility
Special thanks go to github user crazyfactory / z3niths who made
- a better implementation of the signature method
- an implementation of the STS AssumeRole Call without the dependency for the aws php sdk
Thanks! 🙏🙏🙏
2.0
This is a major release.
Upgrade:
In composer.json
change "clousale/amazon-sp-api-php": "^1.0"
to "clousale/amazon-sp-api-php": "^2.0"
.
Features
- Major Code reworks to improve maintainability
- All APIs have own Namespace (#18)
- Decoupling from Swagger Codegen
- Examples of how to make calls easily
- Fix bugs (#9 #14)
- Some other minor bug fixes
Migration
- Namespaces: Replace
Swagger\Client
withClouSale\AmazonSellingPartnerAPI
and you should be good to go. - Classes: If you are using
OrdersV0
class, the name has changed toOrders
1.2
1.1
Support for signing request (thanks to @rodrigojob)
First Release
This is the initial release based on the OpenAPI files as of 2020-10-01