fakturownia-warehouse-actions

Retrieve warehouse actions from the Fakturownia API with read-only filters.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-warehouse-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-warehouse-actions
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/subskills/warehouse-actions
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-warehouse-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads and lists warehouse actions from the Fakturownia API without mutating state, enabling quick visibility into activity across warehouses.

Core Features & Use Cases

  • Read-only listing of warehouse actions with explicit filters (warehouse-id, kind, product-id, date range, and document associations).
  • Schema-backed output to inspect conservative action fields and understand data structure for downstream processing.

Quick Start

List warehouse actions for a specific warehouse and apply date and kind filters to view available fields.

Frequently Asked Questions about fakturownia-warehouse-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list warehouse actions from the Fakturownia API without modifying inventory?

You can list warehouse actions from the Fakturownia API safely by using a read-only Skill that retrieves data without mutating state. It enforces non-mutating operations to ensure your inventory remains unchanged while providing visibility into warehouse activity.

What filters can I apply when retrieving warehouse actions for a specific product?

When retrieving warehouse actions, you can apply precise filters including warehouse-id, kind, product-id, date-from, date-to, and related warehouse documents. This allows you to scope results to specific products or date ranges for targeted visibility.

Does the Fakturownia warehouse actions API expose a schema for output fields?

Yes, the Fakturownia warehouse actions API provides schema-backed output fields. This schema-driven approach exposes known fields to guide selector construction, helping you understand the data structure for safe integration and downstream processing.

Can I filter Fakturownia warehouse actions by date range and document associations?

Yes, you can filter Fakturownia warehouse actions by date-from and date-to parameters, as well as by related warehouse documents. These explicit filters allow you to narrow down activity logs to specific timeframes and document-linked entries.

What is the best way to inspect warehouse action data structure before building downstream integrations?

The best way to inspect warehouse action data is to use a schema-driven retrieval method that exposes conservative action fields. This read-only approach reveals the data structure safely, enabling you to construct accurate selectors for downstream processing.