Read a command's line items
Kept off the command reads so a list does not carry every line of every receipt.
/v1/commands/{command_id}/itemsKept off the command reads so a list does not carry every line of every receipt.
Authorization
fiskalizaKey fiskaliza:commands:readAn opaque Fiskaliza API key. Each operation lists the capabilities required on that key.
In: header
Scope: fiskaliza:commands:read
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/commands/string/items"{ "success": true, "warnings": [ "string" ], "data": { "items": [ { "line_id": "string", "original_line_id": "string", "name": "string", "unit": "string", "type": "string", "unit_price_cents": 0, "quantity": 1, "subtotal_cents": 0, "discount_cents": 0, "total_cents": 0, "tax_category": "A" } ] }}Read a command GET
Faqja e mëparshme
List a POS's commands GET
Combined sale, return and cancellation history, newest first by created_at and then ID descending. Optional kind accepts exactly SALE, RETURN, or CANCELLATION; omitted means all kinds. Kind, status, exact external_id, POS authorization, and downstream grants are intersected before counting and pagination. Explicitly empty, lowercase, unknown, repeated, comma- separated, and canonical CANCEL values are invalid. An empty result is 200 with commands: [], not 404.