Skip to content

v7.1.0

Compare
Choose a tag to compare
@jlevers jlevers released this 05 Aug 21:05
· 21 commits to main since this release
a4f7d6d

Fixed

  • Made $requiresAdditionalSellerInputs param to ShippingService 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 the Region and Marketplace enums to ensure full coverage when fetching an endpoint based on a country code, Marketplace, or Region

Full Changelog: v7.0.4...v7.1.0