v7.1.0
Fixed
- Made
$requiresAdditionalSellerInputs
param toShippingService
DTO optional (#753, thanks @simonsolutions)
Added
- OAuth support! It's now possible to manage OAuth authorization URI creation and refresh token generation using the
OAuth
connector. Details in README. - Enums and helper methods for managing regions, marketplaces, and endpoints.
- The
Region
enum contains the three Amazon regions - The
Marketplace
enum has helper methods for safely converting 2-letter country codes to Amazon marketplaces (fromCountryCode
) and for getting a marketplace's region (toRegion
) - The
Endpoint
enum's methods now make use of theRegion
andMarketplace
enums to ensure full coverage when fetching an endpoint based on a country code,Marketplace
, orRegion
- The
Full Changelog: v7.0.4...v7.1.0