Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

2.0

Compare
Choose a tag to compare
@clousale clousale released this 29 Jan 14:07
· 10 commits to master since this release

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 with ClouSale\AmazonSellingPartnerAPI and you should be good to go.
  • Classes: If you are using OrdersV0 class, the name has changed to Orders