Discussions
How to I view Products in Specific Inventory Location?
If you would like to view only products that reside in a specific inventory location with Treez, you can use the sellable_quantity_in_location filter.
How do I get a client ID?
In order to received a client_id to access the Sell Treez APIs, you must be an Authorized Integration Partner. To begin the process of becoming an Authorized Integration Partner with Treez, please follow the steps outlined on our "Partner with Us" page (https://code.treez.io/page/partner-with-us). Once you have executed the mNDA and API Usage agreement out Business Development department will alert tour API Support team who will reach out with:
How to determine a customers verification status?
When calling the Sell Treez Customer API (https://code.treez.io/docs/customer-apis), a value called verification_status will be returned. This indicates the customers current verification status within Treez. Additionally, a verification_reasons field will follow the verification_status.
What is the Difference between MEDICAL and MEDICAL_MMID patient_types?
The MEDICAL patient type pertains primarily to medical patients in California and is for for medical patients who have a Physicians recommendation to use cannabis in their state but are not registered with the State Licensing agency. Patients using this type will be required to have the permit_expiration field filled out indicating the date their recommendation paperwork expires (typically 1 year from date of issuance). They are not required to have the state_medical_id value filled in. In California, the MEDICAL patient type allows for increased purchase limits but is not exempt from California State Sales Tax.
Product Cost
Do any of the API's support COGS detail? On the Products Report_Product Summary report there are two fields: Cost Without Excise and Cost With Excise, I'm assuming these are COGS related. However, I don't see this kind of product cost information in the Treez API's.
Is there a pricing tier list/details endpoint?
For the product response you have a 'pricing' attribute which is an object with keys of 'price_type', 'price_sell', and 'tier_name'. Some products have a pricing object with price_type
of TIER
(from your example response):
API Response Limit
Is it possible to increase the API response limit from 50 to a higher number?