Releases: jlevers/selling-partner-api
Releases · jlevers/selling-partner-api
v4.3.6
Added
- Upload VAT Invoice FeedType (#218, thanks @Inbasecom!)
Fixed
- Increase max length on the
Address
model'sCity
attribute in theMerchantFulfillmentApi
(#219, @Inbasecom :) - Always deserialize JSON to
array
instead ofstdClass
(#227)
Full Changelog: v4.3.5...v4.3.6
v4.3.5
Fixed
- Upgrade
phpoffice/phpspreadsheet
to avoid deprecation warnings when parsing report document contents - Add
EUR
CurrencyCode
enum value inFbaInboundApi
(thanks @Inbasecom!)
Full Changelog: v4.3.4...v4.3.5
v4.3.4
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
Added
authenticationClient
Configuration
parameter for optionally passing a customGuzzleHttp\ClientInterface
instance to be used when generating auth tokens. (#196, thanks @valigara!)
Fixed
- Added missing
FbaOutbound
enum values inCurrentStatus
,EventCode
, andAdditionalLocationInfo
models. (#203, #204)
Full Changelog: v4.3.2...v4.3.3
v4.3.2
v4.3.1
v4.3.0
Added
Configuration
options array now supports atokensApi
parameter for providing a customTokensApi
instance to use when auto-generating RDTs. (#184, thanks @valigara!)
Fixed
- Allow blank values in
Asin
,PlainTextItem::value
,StandardComparisonProductBlock::title
, andImageComponent::alt_text
AplusContentApi
model attributes. (#198)
Full Changelog: v4.2.8...v4.3.0
v4.2.8
v4.2.7
v4.2.6
Fixed
- 404 error on Messaging API documentation (#171 -- thanks @daygarcia)
- Remove extra underscore in
POST_FLAT_FILE_BOOKLOADER_DATA
FeedType
(#180, #181 -- thanks @richardthepratt)
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