Skip to content

v3.1.0: Dry Runs & Coupons discount limits

Compare
Choose a tag to compare
@altJake altJake released this 03 Jun 06:52
· 17 commits to master since this release
6f31d9a
  • Introduce "dry runs" for Integration API endpoints (See more details below)
  • Add support to retrieve coupons as part of requesting customer profile inventories
  • Add support for setting the discountLimit when creating or editing coupons
  • Fix LoyaltyLedgerEntry's type property values, failing to parse when retrieving values from the API

Introducing "dry runs" for Integration API endpoints

You can read more about the concept and where this feature could apply in your integration and workflow in our developers documentation center: https://developers.talon.one/Integration-API/dry-requests

Fixes Included

  • chore: Lower guzzle dependency version restriction (>= 5.3) (#4)
  • fix: Fix nanoseconds when serializing timestamps (#5)