Releases: jlevers/selling-partner-api
Releases · jlevers/selling-partner-api
v4.2.5
Added
updateShipmentStatus
call for Orders APIitem_receive_status
support for Vendor Orders API
Fixed
- The JSON string
"false"
was being incorrectly deserialized to the valuetrue
. (#165)
Removed
- Legacy
ConfigurationOptions
class
Full Changelog: v4.2.4...v4.2.5
v4.2.4
v4.2.3
Fixed
- Stream pointer was being moved to the end of the response body by the
writeDebug()
calls in the `Api.php classes. The pointer is no longer moved by the program, so that the user can manipulate the response body as expected. (#156)
Added
- You now can pass a custom token retrieval URL into the
Configuration
constructor using thelwaAuthUrl
key. Thanks @agan-bec!
Full Changelog: v4.2.2...v4.2.3
v4.2.2
v4.2.1
Changed
- When debug mode is enabled on
Configuration
(viaConfiguration::setDebug()
), response payloads are dumped along with request/response metadata.
Added
- The new
GET_BRAND_ANALYTICS_REPEAT_PURCHASE_REPORT
,GET_BRAND_ANALYTICS_ALTERNATE_PURCHASE_REPORT
, andGET_BRAND_ANALYTICS_ITEM_COMPARISON_REPORT
brand analytics report types are now available inReportType.php
.
Full Changelog: v4.2.0...v4.2.1
v4.2.0
Added
- Support for debug output via setting the
$debug
flag onConfiguration
:$config->setDebug(true)
- Debug output can also be redirected to a file:
$config->setDebugFile('<path>')
Full Changelog: v4.1.9...v4.2.0
v4.1.9
v4.1.8
Fixed
- Add missing Australia-related tax enum values for the Orders API (#134)
- Add empty enum value for
FileType
when fetching shipping labels using the Merchant Fulfillment API (#132)
Changed
- Updated Notifications API models to match latest Amazon models
- Removed old
SellerFreightClass
model from the FBA Inbound API
Added
- New Suppressed Listings Report added to
ReportType
Full Changelog: v4.1.7...v4.1.8
v4.1.7
v4.1.6
##Fixed
getInventorySummaries
resulted in a400 InvalidInput
when passingtrue
for$details
. This is a bug in Amazon's OpenAPI models, but we can fix it on our end by changing$details
from aboolean
to astring
. This implements that fix. (Followup to #75, thanks @allen1706)
Full Changelog: v4.1.5...v4.1.6