This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
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