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

Releases: clousale/amazon-sp-api-php

2.1.3

21 Apr 12:13
2e50d4d
Compare
Choose a tag to compare

Fix exception

2.1.2

02 Feb 15:19
e1ad494
Compare
Choose a tag to compare

Features:

  • Throw exception on LWA Code -> Refresh Token exchange

Bug Fixes:

None

2.1.1

02 Feb 08:18
63c39b4
Compare
Choose a tag to compare

Features:

  • Get Refresh Token from LWA Authorization Code

Bug Fixes:

None

2.1

01 Feb 11:01
4fdbd81
Compare
Choose a tag to compare
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

29 Jan 14:07
Compare
Choose a tag to compare
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 with ClouSale\AmazonSellingPartnerAPI and you should be good to go.
  • Classes: If you are using OrdersV0 class, the name has changed to Orders

1.2

11 Jan 10:42
dd2cae2
Compare
Choose a tag to compare
1.2
  • Fix Class 'Swagger\Client\Api\SignatureSellingPartner' not found bug
  • Improve Security
  • Other bug fixes

1.1

26 Nov 20:32
f0c8e67
Compare
Choose a tag to compare
1.1

Support for signing request (thanks to @rodrigojob)

First Release

01 Oct 13:13
Compare
Choose a tag to compare

This is the initial release based on the OpenAPI files as of 2020-10-01