Changelog

Enterprise API
10/7/2025

Patch Changes

  • Fixed a bug with the TaxJar integration not passing exemption types to their service.
10/6/2025

Minor Changes

  • Improved the TaxJar integration so that transactions with mixed positive and negative line items can be submitted. The TaxJar integration will now split that one document into two, one with positive lines and the other with negative. This is required by TaxJar.
9/30/2025

Patch Changes

  • Fixed a bug where multiple attachments could not be added to an existing part at the same time.
9/23/2025

Patch Changes

  • Improved TaxJar code and fixed broken tests.
9/17/2025

Minor Changes

  • Changed TaxJar integration to no longer submit line items on transactions. This should solve errors occuring due to the unexpected nature TaxJar adds up line item amounts.
9/16/2025

Minor Changes

  • Mutation.updateInventory now compares input value to existing values before checking permissions for certain fields.

Patch Changes

  • Fixed a bug where Vehicle attachments could not be updated.
9/12/2025

Patch Changes

  • Fixed a problem with the calculation of refund transactions in TaxJar.
9/11/2025

Patch Changes

  • Various logging improvements.
  • Optimized Store loading.
  • Changed a query to prevent a broken relationship error.
  • Fixed a bug that was preventing quantity change on Parts.
8/26/2025

Patch Changes

  • Fixed a problem loading Sales Orders
8/26/2025

Major Changes

  • Changed NewCustomer.storeId to now be required.

Minor Changes

  • Added Query.interchangeRecords
  • Added Inventory.customerPrice
  • Added Query.workOrder and Query.workOrders
  • Changed DocumentAttachment.rank to be non-null
  • Added Query.loadArbitraryChartData
  • Changed default Report Queue Job status to 'Ready'
  • Implemented additional props for SalesOrder objects.
  • Added permissions 'DASHBOARDCHARTEDIT' and 'DASHBOARDCHARTEDIT_QUERY'
  • Added Query.interchangeRecords

Patch Changes

  • Fixed a bug where changes to Vehicle.description were not getting saved.
  • Added better error handling for report errors.
  • Fixed a bug where inventory history was not loading properly if more than one inventory item was being loaded in one query.
  • Removed an error that was being throw when Query.getDefaultReportPrinter was given a reportType of "".
  • Fixed a bug that was preventing permissions to be added to groups.
  • Fixed a bug with Mutation.updateUserAccount using the incorrect user id.
Newer Older