fakturownia-warehouses

Manage Fakturownia warehouse records via CLI with JSON output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage warehouse definitions and inventory location records without manually crafting API requests or inspecting ad-hoc fields, reducing errors when listing, retrieving, creating, updating, or deleting warehouses.

Core Features & Use Cases

  • List and Inspect: Retrieve paginated lists of warehouses and fetch individual warehouse records with selectable fields and JSON output for downstream processing.
  • Create and Update Safely: Build and submit warehouse payloads after discovering README-backed fields and inspecting request schemas to ensure valid inputs.
  • Delete and Maintain: Confirm and perform safe deletions with explicit confirmation flags, and use schema discovery to perform dry-run validations.
  • Use Case: Prepare a new warehouse by discovering required fields via schema, fill the JSON payload, and create the warehouse through the CLI.

Quick Start

Run the Fakturownia CLI to list warehouses in JSON format by running fakturownia warehouse list --json.

Frequently Asked Questions about fakturownia-warehouses

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

FAQPage Schema
How do I manage Fakturownia warehouses via the API?

Manage Fakturownia warehouses by running CLI commands to list, fetch, create, update, and delete records via the Fakturownia API. The CLI outputs JSON data for downstream processing and requires the fakturownia binary and API credentials.

What is the best way to create a warehouse record in Fakturownia without API errors?

To create a warehouse safely, discover the required README-backed fields and inspect the request_body_schema to construct a valid JSON payload. You can then submit the payload through the Fakturownia CLI using inline JSON, @file, or stdin input modes.

Can I retrieve a list of Fakturownia warehouses as JSON for inventory management?

Yes, you can retrieve a paginated list of warehouses as JSON output by running the fakturownia warehouse list --json command. This allows you to fetch individual warehouse records with selectable fields for inventory location management.

Do I need API credentials to delete a warehouse using the Fakturownia CLI?

Yes, deleting a warehouse requires the fakturownia binary and appropriate API credentials. The CLI performs safe deletions using explicit confirmation flags and allows schema discovery to run dry-run validations before removing records.

How does schema discovery work for Fakturownia warehouse payloads?

Schema discovery inspects the request_body_schema and discovers README-backed fields to ensure valid inputs when building warehouse payloads. This mechanism prevents errors before creating or updating inventory location records via the CLI.