Discussions
What Discounts Can I use as a Partner?
When creating tickets through the Ticket API, it is essential for partners to understand how discounts work with the API. There are three discounts types to be familiar with while working with the API: automatic discounts, POS discounts, and price adjustments. They each have their own behavior and partners need to know how to use each one.
How Do I Prevent Adding Duplicate Profiles in Treez?
When adding new customer profiles into Treez, it’s important that partners perform checks to prevent adding any duplicate profiles. Creating multiple profiles for the same customer in Treez clutters the store's data and provides a less than ideal experience for our mutual clients and their customers. For example, duplicate profiles can cause the customer not to receive the discounts that they should. That’s why Treez has provided multiple endpoints for partners to utilize when looking for existing customer profiles. See below for all of the available endpoints:
How do I find all the banned patients in our system?
I'm trying to update our black list for the dispensary but cannot discover a way to filter our patients so I can find the banned members. Any advice would be great!
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?