fakturownia-products

Manage Fakturownia products via CLI with warehouse-aware stock views.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to manage Fakturownia products directly from the CLI, including listing, retrieving, creating, updating, and deleting products, with warehouse-aware stock views and README-backed request schemas.

Core Features & Use Cases

  • List, get, create, update, and delete products
  • Read stock levels per warehouse
  • Use README-backed payload schemas for request validation and discovery

Quick Start

Run fakturownia product list to view all products.

Frequently Asked Questions about fakturownia-products

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

FAQPage Schema
How do I manage Fakturownia products from the command line?

Manage Fakturownia products from the command line by executing CLI commands to list, retrieve, create, update, and delete inventory items, including warehouse-aware stock views and README-backed payload schemas for request validation.

Can I check warehouse stock levels for products via the Fakturownia API?

Yes, you can check warehouse stock levels for products via the Fakturownia API using the CLI, which provides warehouse-aware stock views to read inventory quantities per warehouse location.

What is the best way to automate Fakturownia inventory CRUD operations?

The best way to automate Fakturownia inventory CRUD operations is using CLI commands that expose predictable inputs and outputs for listing, creating, updating, and deleting products in automation workflows.

How do I validate request payloads when creating Fakturownia products?

You validate request payloads when creating Fakturownia products by referencing README-backed schemas, which provide request validation and discovery details for the required inputs and outputs.

Does the Fakturownia CLI support deleting products in bulk?

The Fakturownia CLI supports deleting products individually via predictable delete commands, but the metadata does not specify a dedicated bulk deletion feature for removing multiple products simultaneously.