How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Treez Dispensary API v3

Per-dispensary POS surface exposing the functionality of an individual Treez retail instance - customer records and check-in queue, tickets/orders with a non-committing preview, product and stock reads, inventory adjustment/move/merge, lab results, purchase invoices, distributors and vendor credits, and METRC package sync for state track-and-trace. 65 operations. Addressed as /dispensary/v3/{dispensary_name}, where the tenant slug is the subdomain of the customer's own .treez.io URL.

This API exposes 65 operations across 61 paths. It is described by OpenAPI 3.1.0, at version 3.1.0.

Requests are made against a single base URL, https://api-prod.treez.io/dispensary/v3.

65 operations 61 paths 0 schemas 39 GET3 PATCH17 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.1.0
Base URL
https://api-prod.treez.io/dispensary/v3
Resource Areas
1

Paths & Operations 65

Across 61 paths, the API surfaces 65 operations — 39 GET, 3 PATCH, 17 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

Operations 65
GET
/{dispensary}/customer/{customer_id}
Get by ID
dispensary-customer-get-by-id 3 params → 200401404
GET
/{dispensary}/customer/email/{email}
Get by email address
dispensary-customer-get-by-email 3 params → 200401404
GET
/{dispensary}/customer/firstname/{firstname}/lastname/{lastname}
Get by name
dispensary-customer-get-by-name 4 params → 200401404
GET
/{dispensary}/customer/driverlicense/{drivers_license}
Get by driver's license
dispensary-customer-get-by-license 3 params → 200401404
GET
/{dispensary}/customer/phone/{phone_number}
Get by phone number
dispensary-customer-get-by-phone 3 params → 200401404
GET
/{dispensary}/customer/signup/from/{start_date}/to/{end_date}/page/{page_number}/pagesize/{page_size}
Get by sign-up date range
dispensary-customer-get-by-signup-range 6 params → 200400401
GET
/{dispensary}/customer/lastUpdated/after/{date_time}/page/{page_number}/pagesize/{page_size}
Get by date of last update
dispensary-customer-get-by-last-modified 5 params → 200400401
GET
/{dispensary}/customer/caregivers
Get customer caregivers
dispensary-customer-get-caregivers 1 param → 200400401
PATCH
/{dispensary}/customer/update/{customer_id}
Update customer
dispensary-customer-update 2 params body → 200400401
POST
/{dispensary}/customer/document/base64/upload/{customer_id}
Upload customer files
dispensary-customer-upload-files 2 params body → 200400401
POST
/{dispensary}/customer/merge
Merge customers
dispensary-customer-merge 1 param body → 200400401
GET
/{dispensary}/product/product_list
Get all
dispensary-product-get-all 11 params → 200400
GET
/{dispensary}/product/{product_id}
Get by id
dispensary-product-get-by-id 3 params → 200400
GET
/{dispensary}/product/product_list/lastUpdated/after/{last_updated_at}
Get by updated date
dispensary-product-get-by-updated-date 6 params → 200400
GET
/{dispensary}/product/product_fields
Get fields by category
product-get-fields-by-category 2 params → 200400
GET
/{dispensary}/group/all
Get all product groups
dispensary-product-groups-get-all 4 params → 200400
GET
/{dispensary}/discount/all
Get all discounts
dispensary-discounts-get-all 4 params → 200400
GET
/{dispensary}/ticket/ordernumber/{order_number}
Get by order number
ticket-get-by-order-number 4 params → 200400
GET
/{dispensary}/ticket/{ticket_id}
Get by ID
ticket-get-by-id 4 params → 200400
GET
/{dispensary}/ticket/status/{order_status}/page/{page}/pagesize/{pagesize}
Get by status
ticket-get-by-status 9 params → 200400
GET
/{dispensary}/ticket/history/{ticket_id}
Get history by ID
ticket-get-history-by-id 2 params → 200400
GET
/{dispensary}/ticket/customer/{customer_id}/page/{page}/pagesize/{pagesize}
Get by customer ID
ticket-get-by-customer-id 6 params → 200400
GET
/{dispensary}/ticket/opendate/{date}/page/{page}/pagesize/{pagesize}
Get by open date
ticket-get-by-open-date 6 params → 200400
GET
/{dispensary}/ticket/closedate/{date}/page/{page}/pagesize/{pagesize}
Get by close date
ticket-get-by-close-date 6 params → 200400
GET
/{dispensary}/ticket/lastUpdated/{date}/page/{page}/pagesize/{pagesize}
Get by last updated date
ticket-get-by-last-updated-date 6 params → 200400
POST
/{dispensary}/ticket/previewticket
Preview Ticket
ticket-preview 1 param body → 200400
POST
/{dispensary}/ticket/detailticket
Create Ticket
create-ticket 1 param body → 200400
PUT
/{dispensary}/ticket/update/{ticket_id}
Update Ticket
ticket-update 2 params body → 200400
GET
/{dispensary}/stock/getStock
Get product stock
dispensary-inventory-get-stock 13 params → 200400
GET
/{dispensary}/packages
Get by package
dispensary-inventory-get 16 params → 200400
POST
/{dispensary}/packages
Search inventory
get-by-package-copy 1 param body → 200400
GET
/{dispensary}/customer/queue
Get checked-in customers
dispensary-customer-get-by-id-2 1 param → 200401404
GET
/{dispensary}/customer/{customer_id}/history
Get customer history
dispensary-customer-get-by-id-1 3 params → 200401404
POST
/{dispensary}/customer/detailcustomer
Create customer
dispensary-customer-create 1 param body → 200400401
GET
/{dispensary}/distributor/list
Distributor - Get all
dispensary-distributor-get-all 5 params → 200400
GET
/{dispensary}/distributor/{id}
Distributor - Get by id
dispensary-distributor-get-by-id 2 params → 200400404
POST
/{dispensary}/distributor
Distributor - Create
distributor-create 1 param body → 200400
PUT
/{dispensary}/distributor
Distributor - Update
distributor-update 1 param body → 200404
POST
/{dispensary}/invoice/credit/create
Distributor Credit - Create
invoice-apply-credit-1 1 param body → 200400
POST
/{dispensary}/invoice/credit/apply
Distributor Credit - Apply to Invoice
invoice-apply-credit 1 param body → 200400
GET
/{dispensary}/location/list
Location - Get all
location-get-all 5 params → 200400
GET
/{dispensary}/paymentTerm/list
Payment Terms - Get all
payment-terms-get-all 5 params → 200400
POST
/{dispensary}/invoice/paymentTerm
Payment Terms - Create
payment-terms-get-all-1 1 param body → 200400
POST
/{dispensary}/trace/packages/metrcsync
Sync METRC packages
sync-metrc-packages 1 param → 200400
GET
/{dispensary}/invoice/{id}
Invoice - Get by id
invoice-get-by-id 2 params → 200404
GET
/{dispensary}/invoice/number/{number}
Invoice - Get by number
invoice-get-by-number 2 params → 200404
GET
/{dispensary}/invoice/updated/from/{fromdate}/to/{todate}
Invoice - Get by date range
invoice-get-by-date-range 5 params → 200404
POST
/{dispensary}/invoice
Invoice - Create
invoice-create 1 param body → 200400
PUT
/{dispensary}/invoice
Invoice - Modify
invoice-modify 1 param body → 200400
PATCH
/{dispensary}/invoice
Invoice - Modify
invoice-modify-patch 1 param body → 200400
POST
/{dispensary}/invoice/payment
Invoice - Apply payment
invoice-apply-payment 1 param body → 200400
POST
/{dispensary}/attachment
Invoice - Attach File (multi-part)
invoice-apply-payment-1 1 param body → 200400
POST
/{dispensary}/invoice/attachment/binary
Invoice - Attach File (binary)
invoice-apply-payment-1-1 1 param body → 200400
PUT
/{dispensary}/inventory/adjustment
Adjust inventory
put_dispensary-inventory-adjustment 1 param body → 200
GET
/{dispensary}/inventory/reasons
Adjustment reasons
get_dispensary-inventory-reasons 1 param → 200
PUT
/{dispensary}/inventory/move
Move inventory
put_dispensary-inventory-move 1 param body → 200
POST
/{dispensary}/inventory/merge
Merge Batches
post_dispensary-inventory-merge 1 param body → 200404
GET
/{dispensary}/inventory/labs
Get all result types
get_ver-dispensary-inventory-labs-package-1-1 1 param → 200
POST
/{dispensary}/inventory/labs
Create results by package
get_ver-dispensary-inventory-labs-package-1-1-1 1 param body → 200
PUT
/{dispensary}/inventory/labs
Update results by package
get_ver-dispensary-inventory-labs-package-1-1-1-1 1 param body → 200
GET
/{dispensary}/inventory/labs/package_id
Get results by package
get_dispensary-inventory-labs-package-id 2 params → 200
GET
/{dispensary}/inventory/labs/invoice_id
Get results by invoice
get_dispensary-inventory-labs-invoice-id 2 params → 200
GET
/{dispensary}/inventory/labs/package_label
Get results by package label
get_ver-dispensary-inventory-labs-package-1 2 params → 200
PATCH
/{dispensary}/inventory/labs-1
Update results by package
get_ver-dispensary-inventory-labs-package-1-1-1-1-1 1 param body → 200
GET
/{dispensary}/invoice/credit/
Distributor Credits - Get All
invoice-apply-credit-1-1 1 param body → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

treez-dispensary-openapi.json Raw ↑
Where this information came from

This is an independent, third-party profile of Treez Dispensary API v3, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.