Skip to main content
All CollectionsTreez Product UpdatesSellTreez API
SellTreez API Product Update 45.0.0
SellTreez API Product Update 45.0.0
T
Written by Treez Admin
Updated over a week ago
HC-header__2_.png

4/25/2023

New

Invoice API

  • New Invoice Endpoint - DELETE / Invoice by ID

Enhancements

Product API

The following unit of measures by product category are now supported:

  • BEVERAGE "uom": "FLUID OUNCES"

  • TINCTURE "uom": "FLUID OUNCES"

  • MISC "uom": "FLUID OUNCES"

  • EDIBLES "uom": "OUNCES"

  • TOPICAL "uom": "OUNCES"

Customer API

  • Adds the ability to merge customer records within a single dispensary via API.

Stock API

  • New optional parameters to include non-sellable inventory and external batch ID:

    1. group_by_package: If specified as true, inventory_details will be grouped by external_batch_ID.

    2. include_non_sellable: If specified as true, inventory_details includes non-sellable inventory. Returned by default if group_by_package is specified as true.

    New fields:

    1. sellable - Boolean (true/false). Returns the location's sellable or non-sellable status when group_by_package or include_non_sellable is specified as true.

    2. available_units - Returns the total units in a location when group_by_package or include_non_sellable is specified as true.

Fixes

External API

  • Fix addressing issue that intermittently prevented ACH tickets from being updated to "paid" status and reflected as such in fulfillment.

Ticket API

  • Fix addressing intermittent failure when updating ticket with cash drawer association via Ext Ticket API.

Did this answer your question?