Skip to content

Releases: jlevers/selling-partner-api

v1.2.0

26 Feb 05:50
Compare
Choose a tag to compare

Added

  • Autogenerated test files

Changed

  • Updated README to reflect switch to OpenAPI
  • Metadata files were regenerated from OpenAPI templates (.phpunit.xml.dist, .travis.yml)
  • Removed doc author comments from generated classes
  • Regenerated all documentation files from OpenAPI templates

Fixed

  • Incorrect indentation in composer.json

v1.1.4

26 Feb 01:24
Compare
Choose a tag to compare

Changelog

  • Add back accidentally removed file autoload in composer.json

v1.1.3

26 Feb 01:07
Compare
Choose a tag to compare

Changelog

  • Fix double URL encoding in Authentication.php
  • Remove faulty default parameters from Sales and FBA Inventory APIs

v1.1.2

25 Feb 10:52
Compare
Choose a tag to compare

Changelog

  • Fix error in Amazon's FBA Inventory model (parameter details should be detail) and regenerate related code

v1.1.1

25 Feb 10:01
Compare
Choose a tag to compare

Changelog

  • Fix versioning info (bump composer.json version)

v1.1.0

24 Feb 21:46
Compare
Choose a tag to compare

Changelog

Switched from using Swagger to generate the API code, to using OpenAPI. A number of Swagger models were being generated incorrectly, and from what I can tell OpenAPI does not have the same bugs.

v1.0.3

23 Feb 01:40
Compare
Choose a tag to compare

Fixes:

  • Prevent CatalogApi, SmallAndLightApi, and MerchantFulfillmentApi models from overwriting each other during codegen. All three Swagger models all had schema types called Item, which have now been renamed to CatalogItem, FBAItem, and FBMItem, respectively.
  • Remove PHP reserved keywords from some CatalogApi schema types, to prevent the ObjectSerializer from wrongly assuming they had different names than they actually did at runtime.

Improvements:

  • Support the A+ Content API

v1.0.2

16 Feb 14:21
Compare
Choose a tag to compare
  • Fix implode calls to avoid deprecation warnings
  • Ensure SPAPI_ENDPOINT is loaded from .env

v1.0.1

16 Feb 04:37
Compare
Choose a tag to compare
  • Update .env.example to make it clearer what the different environment variables are
  • Update README to include instructions on filling out .env.example

v1.0.0

14 Feb 07:11
Compare
Choose a tag to compare

This is the first public version of the Selling Partner API PHP library. It may still have issues that need to be ironed out -- if you encounter any problems, please file a bug report and I'll fix it as soon as possible.