fakturownia-warehouse-documents

Automate CRUD operations on Fakturownia warehouse documents via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a clear, deterministic way to manage Fakturownia warehouse documents from the CLI so users avoid manual API calls and inconsistent payloads when working with transfers, receipts, releases, and related records.

Core Features & Use Cases

  • List and Inspect: Query and paginate warehouse documents to find specific transfers or receipts and view selected fields.
  • Create and Update with Structured Payloads: Build JSON payloads that include kind selection and warehouse_actions[] arrays to perform stock movements or attach invoice_ids[] to link invoices.
  • Delete Safely: Confirm destructive operations with explicit flags to prevent accidental deletions.
  • Use Case: Create a memorandum movement (mm) with multiple warehouse_actions to move stock between warehouses and link resulting documents to invoices for reconciliation.

Quick Start

Use the fakturownia CLI to create or update a warehouse document by providing a JSON payload that includes kind, warehouse_actions[], and optionally invoice_ids[].

Frequently Asked Questions about fakturownia-warehouse-documents

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

FAQPage Schema
How do I automate creation of Fakturownia warehouse documents from the CLI?

To automate Fakturownia warehouse document creation, use the fakturownia CLI to submit a JSON payload containing the document kind and a warehouse_actions[] array, which creates transfers, receipts, or releases without manual API calls.

Can I link invoices to warehouse transfers and receipts in Fakturownia?

Yes, you can link invoices to warehouse documents by including an invoice_ids[] array in your JSON payload when creating or updating documents via the fakturownia CLI, ensuring proper reconciliation between stock movements and billing records.

What's the best way to manage warehouse stock movements using the Fakturownia API?

The best way to manage warehouse stock movements is by building structured JSON payloads with warehouse_actions[] arrays and selecting the appropriate document kind, then sending them through the fakturownia CLI endpoints for deterministic processing.

Do I need a specific API token or profile to access Fakturownia warehouse endpoints?

Yes, accessing Fakturownia warehouse endpoints requires a valid API profile or token configured with the fakturownia CLI, ensuring authenticated operations for listing, fetching, creating, updating, and deleting warehouse documents.

Can I discover available fields and schema options for Fakturownia warehouse documents?

Fakturownia warehouse document management supports schema-driven field discovery, allowing you to inspect available fields and document kinds before constructing your JSON payload for creating or updating transfers, receipts, and releases.

Are there safeguards against accidental deletions when managing Fakturownia warehouse documents?

Yes, destructive operations like deleting warehouse documents require explicit confirmation flags in the CLI command, preventing accidental deletions of transfers, receipts, or releases during automated Fakturownia document management workflows.