API Additions and Changes 2018-03-06

Good day from Infusionsoft HQ! We’re happy to share the following additions, changes, and emojis.

REST API

  • :sparkles: Update List Appointments: Now supports optional look up by contact id.
  • :hammer: Fixed multiple bugs related Orders:
    • Retrieve an Order: Now responds with a 404 for an order that does not exist. Previously the response was mistakenly a 200 with no body content. :disappointed:
    • Retrieve an Order: Can now return orders that have no order items. Previously the endpoint acted like item-less orders did not exist. :disappointed:
    • List Orders: Now includes orders that have no order items. Previously the response did not include item-less orders. :man_shrugging: