Skip to content

v4.4.0

Compare
Choose a tag to compare
@jchen293 jchen293 released this 16 Jul 22:11
· 15 commits to master since this release
35955ad

v4.4.0 (2024-07-16)

  • Adds new EstimateDeliveryDateForZipPair, RecommendShipDateForShipment and RecommendShipDateForZipPair
  • New CreateUpsCarrierAccount and UpdateUpsCarrierAccount methods and associated parameter structs, required to use for UPS accounts due to new /ups_oauth_registrations endpoint.
    • Starting 2024-08-05, UPS accounts will require a new payload to register or update. See UPS OAuth 2.0 Update for more details.
    • Attempting to use the generic CreateCarrierAccount and UpdateCarrierAccount methods with UPS accounts will throw an InvalidFunctionError.