Skip to content

Releases: jlevers/selling-partner-api

v5.1.0

30 May 20:26
Compare
Choose a tag to compare

Changed

  • Updated to latest version of OrdersV0Api, NotificationsV1Api, FeesV0Api, and ProductPricingV0Api
  • Fixed formatting issues in model class enum values (#288, thanks @Romerolweb!)

Added

  • New CatalogItemsV20220401Api
  • Better document encoding detection in Document.php (#269, thanks @gregordonsky :))
  • Support for custom request signing implementations (#259, thank you @pashamesh!)

Fixed

  • Missing enum values for FbaOutbound EventCode (#286)

What's Changed


Full Changelog: v5.0.3...v5.1.0

v5.0.3

26 May 12:02
Compare
Choose a tag to compare

Fixed

  • Error in Document.php when initializing a PhpSpreadsheet reader from an empty file

v5.0.2

26 May 11:43
Compare
Choose a tag to compare

Fixed

  • Error when downloading a report/feed document (#293, #285)

v5.0.1

17 May 16:31
Compare
Choose a tag to compare

Fixed

  • Invalid imports for Tokens API class/related model classes in Authentication.php (#277)

Full Changelog: v5.0.0...v5.0.1

v5.0.0

16 May 22:39
Compare
Choose a tag to compare

Fixed

  • Duplicate constant declaration in FbaOutbound CurrentStatus model (#270)
  • Parse double quotes in downloaded flat files (#248)
  • Add missing enum value to FbaInbound ShipmentStatus enum (#258)

Changed

  • Remove temp file in document download (#250, thanks @0xSekar!)
  • All APIs include version in class names (see rationale here)

Added

  • GET_SALES_AND_TRAFFIC_REPORT report type (#265)
  • New versions of OrdersApi, VendorDirectFulfillmentShippingApi, VendorDirectFulfillmentOrdersApi, VendorDirectFulfillmentTransactionsApi (#251)
  • Newly added EasyShipApi and VendorDirectFulfillmentSandboxApi

Full Changelog: v4.3.11...v5.0

v4.3.11

18 Apr 02:40
Compare
Choose a tag to compare

Fixed

  • Compatibility issue with PHP <8.0 in null error response body handling (#246)

Full Changelog: v4.3.10...v4.3.11

v4.3.10

14 Apr 16:18
Compare
Choose a tag to compare

Fixed

  • Unnecessary min length in AplusContentApi's ContentSubType model (#244)
  • Error when ApiException response is null (#235)

Full Changelog: v4.3.9...v4.3.10

v4.3.9

13 Apr 15:54
Compare
Choose a tag to compare

Added

  • Added GET_FBA_INVENTORY_PLANNING_DATA report type to ReportType.php (#243)

Fixed

  • Got rid of strtoupper deprecation warning when using PHP 8.1+
  • Fixed parsing issues in tab/CSV reports where a double quote at the beginning of a field was treated as an enclosure character (Amazon doesn't use enclosure characters in their reports)

Full Changelog: v4.3.8...v4.3.9

v4.3.8

30 Mar 19:37
Compare
Choose a tag to compare

Fixed

  • Add custom initial Document::download encoding parameter to account for varying regional encodings (#233, thanks @0xSekar!)

Added

  • Add InvalidSku to FulfillmentInboundApi\Model\ErrorReason enum (#236, thanks @Inbasecom!)

Full Changelog: v4.3.7...v4.3.8

v4.3.7

21 Mar 07:23
Compare
Choose a tag to compare

Changed

Added

  • FBA_INB_0197 enum value to ItemElegibilityPreview model in FbaInboundEligibilityApi
  • Several enum values to CurrentStatus model in FbaOutboundApi
  • isIba attribute and related methods to Order model in OrdersApi

Full Changelog: v4.3.6...v4.3.7