Skip to content

Releases: jlevers/selling-partner-api

v5.9.0

08 Jun 21:02
Compare
Choose a tag to compare

Changed

  • Remove dependency on aws/aws-sdk-php by making calls to STS manually
  • Switch from Guzzle Request type to more general PSR RequestInterface type for AuthorizationSigner and RequestSigner contracts

Full Changelog: v5.8.4...v5.9.0

v5.8.4

05 Jun 03:33
Compare
Choose a tag to compare

Fixed

  • Don't auto-generate RDTs for sandbox calls (#548)

Full Changelog: v5.8.3...v5.8.4

v5.8.3

17 May 16:28
Compare
Choose a tag to compare

#Fixed

  • Remove message length requirement error in no message exception in APlus Content API (#541, thanks @hnassr!)
  • Add missing enum values to Orders API tax information model (#540)

Full Changelog: v5.8.2...v5.8.3

v5.8.2

11 May 18:16
Compare
Choose a tag to compare

Fixed

  • Fix double quote parsing in Document class for GET_LEDGER_SUMMARY_VIEW_DATA by @armageddon-cat in #537
  • Update HeaderSelector when configuration changes by @chrisribal in #538

--
Full Changelog: v5.8.1...v5.8.2

v5.8.1

11 Apr 16:40
71c8836
Compare
Choose a tag to compare

Added

Fixed

  • Tables breaking in documentation when parameter descriptions contain line breaks
  • Missing deemed reseller type CH_SUPPLIER_IMPORT (#515)
  • Missing currency type PLN (#502, thanks @Inbasecom!)

--
Full Changelog: v5.7.0...v5.8.1

v5.7.0

06 Mar 02:34
Compare
Choose a tag to compare

Fixed

  • Fix feed upload signature matching bug by reverting the PR that allows specifying the charset when creating feed documents (#486, fixed by #497)
  • Added missing deemed reseller categories (#490, #492)
  • Added "CREATING" FBA shipment status (#495)

Added

  • New shipmentConfirmation endpoint for Orders API (#489)
  • New endpoints for Vendor Shipping API
  • Updated VendorDirectFulfillmentOrdersV20211228Api with BuyerCustomizedInfoDetail attribute

Full Changelog: v5.6.0...v5.7.0

v5.6.0

17 Feb 21:01
Compare
Choose a tag to compare

Added

  • Specify which character set to use when uploading documents (thanks @quazardous!)
  • New Product Pricing API V2022-05-01 (fixes #484)
  • Update Orders API

Changed

  • Updated documentation for the Finances, Catalog Items, and EasyShip APIs

Fixed

  • 404 in README (fixes #483)

Full Changelog: v5.5.4...v5.6.0

v5.5.4

23 Jan 20:28
Compare
Choose a tag to compare

Fixed

  • Update model for Vendor procurement details in ListingsV20210801Api so that procurement details actually come through

Full Changelog: v5.5.3...v5.5.4

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