Fakturownia CLI warehouse actions: list warehouse actions with explicit README-backed filters and inspect conservative action fields through schema output.
Auto-generated by
go run ./cmd/gen-skills. Do not edit manually.
PREREQUISITE: Read
fakturownia-sharedfirst.
fakturownia warehouse-action list — List warehouse actions--page (default 1): Requested result page--per-page (default 25): Requested result count per page--warehouse-id: Filter by warehouse ID--kind: Filter by warehouse action kind--product-id: Filter by product ID--date-from: Filter actions created on or after a date such as 2026-04-01--date-to: Filter actions created on or before a date such as 2026-04-15--from-warehouse-document: Filter actions linked from a warehouse document ID--to-warehouse-document: Filter actions linked to a warehouse document ID--warehouse-document-id: Filter by warehouse document IDFAKTUROWNIA_PROFILE: Select a profile unless --profile is providedFAKTUROWNIA_URL: Override the base account URL from any profileFAKTUROWNIA_API_TOKEN: Override the API token from any profilefakturownia schema warehouse-action list --json before building selectors.output.known_fields to discover conservative README-backed action fields such as product_id, quantity, warehouse_id, warehouse_document_id, and warehouse2_id.warehouse-action list exposes only explicit first-class filter flags in v1: --warehouse-id, --kind, --product-id, --date-from, --date-to, --from-warehouse-document, --to-warehouse-document, and --warehouse-document-id.fakturownia warehouse-action list --json
fakturownia warehouse-action list --warehouse-id 1 --kind mm --product-id 7 --json
fakturownia warehouse-action list --warehouse-document-id 15 --columns id,kind,product_id,quantity,warehouse_document_id
fakturownia warehouse-action list --page 2 --per-page 25 --raw