Skip to content

v5.3.0

Choose a tag to compare

@Justintime50 Justintime50 released this 19 May 21:43
· 353 commits to master since this release
3a886f0
  • Adds the EndShipper Beta class with create, retrieve, all, and update functions
  • Adds support for columns and additional_columns on Report creation
  • Adds declaraction attribute in CustomsInfo class
  • Adds AddressVerifications class
  • Adds a lowestRate() function to Orders and Pickups
  • Adds a Shipment.getLowestSmartrate() function and a shipment.lowestSmartrate() function
  • Adds beta Referral class for White Label API with these new functions: create(), updateEmail(), all(), and addCreditCard()
  • Adds CreditCard class for addCreditCard() function return type
  • All SmartRate-related functions now return lists of Smartrate objects rather than lists of Rate objects
  • Remove the dead message conditional check in Address.createAndVerify()