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.