Added support for 23 new transaction types. These new types map directly to familiar X12 EDI document types. Included docs are

  • 204
  • 210
  • 214
  • 810
  • 820
  • 824
  • 850
  • 855
  • 856
  • 857
  • 870
  • 875
  • 876
  • 880
  • 940
  • 943
  • 944
  • 945
  • 947
  • 990

Changelog

  • added: 23 new transaction types
  • fixed: Deleting rules wasn't updating transaction messages
  • fixed: 404s for GET /transactions/{id} could return an empty pagination envelope

Enjoy our fresh new look!

Also tackled a bug hounding a few integrations where external trading partner transactions were previously getting held up for not meeting the semantic validation. This restriction has been loosened so those transactions no longer need to pass validation, they can simply be corrected with a rule on the Orderful user side.

Changelog

  • fixed: Inbound transactions from external organizations are no longer gated
  • added: New styling in attractive Orderful orange added
  • fixed: Improved error messages when something fails to save
  • fixed: General stability fixes

An assortment of minor bug fixes as reported by users like you.

Changelog

  • fixed: Transactions sent to you but still being tested by your trading partner are no longer visible in the list view
  • fixed: POST'd transactions which have invalid data and a trading partner with whom you don't have a relationship now return a 400 Bad Request but no longer create a new relationship.
  • fixed: Transactions with invalid/failing rules no longer fail to be created

Two quick fixes.

Changelog

  • fixed: dateFrom query parameter was not exclusive.
  • fixed: ISA IDs could contain leading or tailing white space. Now they are trimmed.

New feature to offer our API users more options.

2385

Changelog

  • added: Ability to select which idType you'd like GET /transactions to return. Default is isaId and withOrgId parameter makes it orgId
  • fixed: Sometimes selecting a Modify Rules from a transaction view would open the rules editor with a different transaction

Improve performance on some actions by over 50% and more.

Changelog

  • improved: Merged some function calls together to improve performance
  • fixed: Removed ability to over post transaction data
  • fixed: Fixed bug causing some new relationships to fail