Picqer Fulfillment
JSON-only API for dashboard data.
- Rating
- 4.8 (188 reviews)
- Downloads
- 5,243 downloads
- Version
- 1.0.0
Overview
JSON-only API for dashboard data.
Complete Documentation
View Source →FutureFulfillment Picqer Dashboard v2
JSON-only API for dashboard data. No markdown responses.
Commands
All commands return JSON. No chat explanations.
dashboard.fetch
Returns complete DashboardData object with KPIs, picklists, stock, and revenue.Input: { "command": "dashboard.fetch", "filters": { "dateFrom": "2024-01-01", "dateTo": "2024-01-31", "picker": "", "client": "" } }
picklists.fetch
Returns only picklists data (open, closed, picker stats).Input: { "command": "picklists.fetch", "filters": {} }
stock.fetch
Returns stock movements with slow/fast mover categorization.Input: { "command": "stock.fetch", "filters": {} }
revenue.fetch
Returns revenue per client for sell-stock clients.Input: { "command": "revenue.fetch", "filters": {} }
Response Format
Always returns JSON. Example success:
{
"kpis": { "openPicklists": 42, "closedPicklists": 128, ... },
"picklists": { "open": [...], "closed": [...], "pickerStats": [...] },
"stock": { "rows": [...] },
"revenue": { "perClient": [...] },
"filtersUsed": { ... }
}
Example error:
{ "error": "Picqer API not configured" }
Security
- API key only in local .env file
- No credentials in OpenClaw config
- Access via Tailscale only
Installation
openclaw install picqer-fulfillment
💻Code Examples
Always returns JSON. Example success:
{
"kpis": { "openPicklists": 42, "closedPicklists": 128, ... },
"picklists": { "open": [...], "closed": [...], "pickerStats": [...] },
"stock": { "rows": [...] },
"revenue": { "perClient": [...] },
"filtersUsed": { ... }
}Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.