Skip to content

Releases: jlevers/selling-partner-api

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

v5.4.0

25 Sep 02:34
Compare
Choose a tag to compare

Fixed

  • Added AU_VOEC Deemed Reseller Category to OrdersV0 API (#382, thanks @KhorneHoly!)
  • Capitalize all enum strings before parsing them (#399)
  • Fixed incorrectly escaped HTML chars in documentation

Changed

  • Updated Vendor Fulfillment Direct Fulfillment Shipping API (V20211228)
  • Updated EasyShip API
  • Updated all Category Items APIs (#396)

Full Changelog: v5.3.0...v5.4.0

v5.3.0

18 Aug 01:32
Compare
Choose a tag to compare

Added

  • Support for the Shipping V2 API (#368)

Changed

  • Updated Messaging, Orders, Product Pricing, Services, and Shipping V1 APIs from upstream models

Full Changelog: v5.2.5...v5.3.0

v5.2.5

12 Aug 18:28
Compare
Choose a tag to compare

Fixed

  • ZPL LabelFormat option added to MerchantFulfillmentV0Api to match Amazon's API return format (#366, #365, thanks @booni3)
  • restricted key added to ReportType::GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 (#367)

Changed

  • Length restriction removed from MerchantFulfillmentV0 Label model (#364, thanks @booni3!)

Added

  • requested and scheduled keys on ReportType constants where Amazon has documented whether the report type can be scheduled and/or requested

Full Changelog: v5.2.4...v5.2.5

v5.2.4

08 Aug 02:59
Compare
Choose a tag to compare

Fixed

Added

  • Boolean scheduled and requested attributes on all current report type constants in ReportType.php, indicating which reports can or cannot be requested and/or scheduled

Full Changelog: v5.2.3...v5.2.4

v5.2.3

31 Jul 20:45
Compare
Choose a tag to compare

Fixed

  • Bug preventing developers without PII access from making requests to optionally restricted endpoints (getOrders, getOrder, getOrderItems). Fixes #352, #350.

v5.2.2

30 Jul 16:25
Compare
Choose a tag to compare

Fixed

  • Enum class structure was getting encoded into JSON payloads and causing faulty requests (#353)

v5.2.1

26 Jul 15:02
Compare
Choose a tag to compare

Fixed

  • Properly handle $encoding parameter in Document.php (#340, thanks @0xSekar)
  • Actually update version info in composer.json and Configuration.php (whoops)

--
Full Changelog: v5.2.0...v5.2.1

v5.2.0

25 Jul 04:20
Compare
Choose a tag to compare

Fixed

  • Add ZPL to LabelFormat enum types (thanks @Inbasecom :)
  • Remove traling comma from Authentication.php (thanks@adamtoms!)
  • Use instantiated Reader to load downloaded document (thank you @0xSekar :)
  • Table formatting for getOrders parameters and ShippingServiceOptions (thanks @rustyfausak)
  • Make restricted reports get fetched with an RDT (#262)
  • Make enum types instantiable (#314)

Changed

  • Removed min length restriction on Error details for APlus Content API

Added

  • Iterator and getter/setter support (#280)

Full Changelog: v5.1.1...v5.2.0