Skip to content

Releases: jlevers/selling-partner-api

v5.5.3

20 Jan 18:29
Compare
Choose a tag to compare

Fixed

  • Incorrect deserialization for array types, leading to incorrectly empty field (#432)
  • Changed DeemedResellerCategory from enum to string (#466)

Changed

  • Minor formatting improvements

Added

  • Updated CatalogItemsV20220401Api to include new attributes from Amazon (#456)

v5.5.2

23 Dec 20:43
Compare
Choose a tag to compare

Fixed

  • Added missing SellingPartnerApi\ApiException use statement in API classes

Changed

  • Improved error messages when an invalid enum value is used

v5.5.1

21 Dec 10:19
Compare
Choose a tag to compare

Fixed


Full Changelog: v5.5.0...v5.5.1

v5.5.0

16 Dec 17:44
Compare
Choose a tag to compare

Added

  • Enable stream/resource in Document upload/download (#335 , thanks @quazardous!)
  • All API classes extend BaseApi
  • BaseApi::setConfig enables setting custom Configuration on any API class after instantiation
  • Linting config

Full Changelog: v5.4.6...v5.5.0

v5.4.6

14 Nov 20:58
Compare
Choose a tag to compare

Patch release because I forgot to bump version number in composer.json for last release

v5.4.5

14 Nov 20:56
Compare
Choose a tag to compare

Changed

  • Minor formatting updates to autogenerated classes

Added

  • lib/Model/BaseModel.php abstracts most of the boilerplate away from model classes, removing ~217k lines of code

Full Changelog: v5.4.4...v5.4.5

v5.4.4

13 Nov 18:44
Compare
Choose a tag to compare

Fixed

  • Add NZ_VOEC to deemed reseller categories in OrderItem (#426, thanks @Alexander-Pfeffer!)
  • Add CapSealing PrepInstruction value

Added

  • Improved feed creation/upload documentation (#424, thanks @meertensm!)

Full Changelog: v5.4.3...v5.4.4

v5.4.3

11 Oct 22:24
Compare
Choose a tag to compare

Fixed

  • Deserialize array types as associative arrays instead of objects (#368, #408)

Full Changelog: v5.4.2...v5.4.3

v5.4.2

09 Oct 15:56
Compare
Choose a tag to compare

Fixed

  • Convert arrow function to normal closure to preserve PHP 7.3 support (#417)

Full Changelog: v5.4.1...v5.4.2

v5.4.1

07 Oct 16:08
Compare
Choose a tag to compare

Fixed

  • Document::download() upgrades: make PHPSpreadsheet doesn't try to calculate formulas in CSV/TAB files, handle special case of quoted GET_LEDGER_DETAIL_VIEW_DATA report (#387, thanks @0xSekar!)
  • Fix case-insensitive enum value checking (#404, #408)

Full Changelog: v5.4.0...v5.4.1