Changelog

Enterprise API
8/21/2026
  • Fixed an undefined error when return payload lines lack sku property.
8/20/2026

Patch Changes

  • Updated documentation.
8/20/2026

Minor Changes

  • - Replaced the plain OAuth /oauth/authorize consent form with a branded Svelte login page (logo, store selector, styled inputs).
  • Added a public GET /oauth/client-info endpoint so the consent screen can display the requesting application's friendly name instead of its raw client_id.
  • - Added gating GraphQL access by OAuth read/write scope.
  • - Added ability to update some basic fields on Sales Order documents.

Patch Changes

  • Changed RestrictedStore.code and RestrictedStore.name to non-null.
  • Fixed a bug where tax codes would not be fetched before making a tax request.
8/20/2026
  • Fixed a bug where tax codes would not be fetched before making a tax request.
7/31/2026

Minor Changes

  • Added Mutation.updateSalesOrder, currently limited to internalComments.

Patch Changes

  • Update @isoftdata/file-service dependency from ^5.1.0 to ^7.0.3.
  • Added clean-up operations for oauth tables.
6/30/2026

Major Changes

  • Added new licensing features. The API will now check license status against a central server.

Minor Changes

  • Added support for ISoft issued OAuth tokens.

Patch Changes

  • Fixed a database error when filtering Sales Orders by Customer ID.
  • Fixed a bug preventing dashboard charts that used raw sql params to load.
  • Fixed a bug where Mutation.createCustomer was not checking the CUSTOMERS_CAN_ADD permission.
  • Fix an issue with missing big query key during deployment
  • Fixed a bug preventing authentication.
  • Fixed a bug with Mutation.updateInventory where a permission check would occur even if the target property's value did not change. Now, an identity check precedes the permission check so, even if a property update was requested, if the target value is identical the permission check will be skipped.
  • Fixed a database error when updating Inventory items that also required related items to be updated in other stores.
4/24/2026
  • Fixed a bug that was preventing report scheduling.
4/15/2026
  • Updated documentation.
4/10/2026
  • Fixed an issue with missing big query key during deployment.
  • Fixed an issue with report parameter defaults.
3/31/2026

Fixed a bug where '' would be converted to NULL, breaking some dashboard reports.

Newer Older