Releases: jlevers/selling-partner-api
Releases · jlevers/selling-partner-api
v5.1.0
Changed
- Updated to latest version of
OrdersV0Api
,NotificationsV1Api
,FeesV0Api
, andProductPricingV0Api
- 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
- Update Feed.php by @Romerolweb in #288
- Download report with Guzzle and better encoding detection by @gregordonsky in #269
- Extendable
signRequest
by @pashamesh in #259
Full Changelog: v5.0.3...v5.1.0
v5.0.3
v5.0.2
v5.0.1
v5.0.0
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
andVendorDirectFulfillmentSandboxApi
Full Changelog: v4.3.11...v5.0
v4.3.11
v4.3.10
v4.3.9
Added
- Added
GET_FBA_INVENTORY_PLANNING_DATA
report type toReportType.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
Fixed
- Add custom initial
Document::download
encoding parameter to account for varying regional encodings (#233, thanks @0xSekar!)
Added
- Add
InvalidSku
toFulfillmentInboundApi\Model\ErrorReason
enum (#236, thanks @Inbasecom!)
Full Changelog: v4.3.7...v4.3.8
v4.3.7
Changed
- Updated external documentation links to point to Amazon's new documentation site
Added
FBA_INB_0197
enum value toItemElegibilityPreview
model inFbaInboundEligibilityApi
- Several enum values to
CurrentStatus
model inFbaOutboundApi
isIba
attribute and related methods toOrder
model inOrdersApi
Full Changelog: v4.3.6...v4.3.7