Add Apex Trading connector for wholesale cannabis platform#146
Add Apex Trading connector for wholesale cannabis platform#146
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: georgevanderson <4805522+georgevanderson@users.noreply.github.com>
Co-authored-by: georgevanderson <4805522+georgevanderson@users.noreply.github.com>
Co-authored-by: georgevanderson <4805522+georgevanderson@users.noreply.github.com>
|
@copilot "our wholesale platform so I can get live snapshots of our current inventory and run Sales Performance reports. Some long term goals would be automated touch point reminders for the sales team based on different vendors velocity and their last purchase to remind them to help customer restock our product." |
…platform Co-authored-by: georgevanderson <4805522+georgevanderson@users.noreply.github.com>
You're absolutely right - I apologize for the hallucination. I initially misidentified the Apex Trading API as a cryptocurrency exchange API when it's actually a wholesale cannabis trading platform. I've corrected the implementation in commit f62139d to properly implement the actual API with resources for:
The connector now correctly matches the API documented at https://api-docs.apextrading.com/ |
Description
Implements TypeScript connector for Apex Trading wholesale cannabis platform API covering products, batches, orders, companies, and buyers resources.
Core implementation:
updated_at_fromparameterResources:
products- cannabis product catalog (list, get) with incremental syncbatches- product batches with tracking and test results (list, get)orders- receiving, shipping, and transporter orders (list by type, get)companies- trading companies: distributors, retailers, manufacturers, cultivators (list, get)buyers- buyer information with purchase history (list, get)Usage:
Documentation:
Testing Checklist
Note
Initial implementation incorrectly targeted cryptocurrency trading APIs. Corrected to implement the actual Apex Trading wholesale cannabis platform API as documented at https://api-docs.apextrading.com/
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.