Skip to content

Releases: jlevers/selling-partner-api

v4.3.6

19 Mar 15:17
Compare
Choose a tag to compare

Added

Fixed

  • Increase max length on the Address model's City attribute in the MerchantFulfillmentApi (#219, @Inbasecom :)
  • Always deserialize JSON to array instead of stdClass (#227)

Full Changelog: v4.3.5...v4.3.6

v4.3.5

02 Mar 02:48
Compare
Choose a tag to compare

Fixed

  • Upgrade phpoffice/phpspreadsheet to avoid deprecation warnings when parsing report document contents
  • Add EUR CurrencyCode enum value in FbaInboundApi (thanks @Inbasecom!)

Full Changelog: v4.3.4...v4.3.5

v4.3.4

22 Feb 18:41
Compare
Choose a tag to compare

Changed

  • Add #[\ReturnTypeWillChange] attributes to model methods to suppress PHP 8.1 deprecation warnings

Full Changelog: v4.3.3...v4.3.4

v4.3.3

15 Feb 04:06
Compare
Choose a tag to compare

Added

  • authenticationClient Configuration parameter for optionally passing a custom GuzzleHttp\ClientInterface instance to be used when generating auth tokens. (#196, thanks @valigara!)

Fixed

  • Added missing FbaOutbound enum values in CurrentStatus, EventCode, and AdditionalLocationInfo models. (#203, #204)

Full Changelog: v4.3.2...v4.3.3

v4.3.2

13 Feb 00:59
Compare
Choose a tag to compare

Fixed

  • Add missing OUT_FOR_DELIVERY enum value to PackageStatus model in FulfillmentOutboundApi (#201)

Full Changelog: v4.3.1...v4.3.2

v4.3.1

11 Feb 18:03
Compare
Choose a tag to compare

Fixed

  • Add FRONT_DOOR/PORCH to AdditionalLocationInfo enum in FulfillmentOutboundApi (#199)
  • Allow AddressName values in MerchantFulfillmentApi to be up to 60 characters long (#200)

Full Changelog: v4.3.0...v4.3.1

v4.3.0

11 Feb 03:41
Compare
Choose a tag to compare

Added

  • Configuration options array now supports a tokensApi parameter for providing a custom TokensApi instance to use when auto-generating RDTs. (#184, thanks @valigara!)

Fixed

  • Allow blank values in Asin, PlainTextItem::value, StandardComparisonProductBlock::title, and ImageComponent::alt_text AplusContentApi model attributes. (#198)

Full Changelog: v4.2.8...v4.3.0

v4.2.8

01 Feb 21:41
Compare
Choose a tag to compare

Fixed

  • Return the original promise for all async requests, without calling ::then to fetch the first array element of the response first. (#193)
  • When returning async responses to endpoints that respond with null, just return null instead of an array that includes the response headers.

v4.2.7

25 Jan 15:15
Compare
Choose a tag to compare

Fixed

  • Don't encode slashes in path parameters that are actually paths (#176)

Full Changelog: v4.2.6...v4.2.7

v4.2.6

23 Jan 00:25
Compare
Choose a tag to compare

Fixed

Changed

  • Only add headers attribute to API response models, instead of on all models (partial #176 fix)

Full Changelog: v4.2.5...v4.2.6