Recipes
Task-oriented walkthroughs, each one extracted from an integration that runs in production at Storekeeper today. Every recipe lists the calls in order, the responses you will actually get, and the gotchas we hit so you don't have to.
Pull a complete, VAT-correct financial period into your bookkeeping: revenue, VAT breakdown, payments, and turnover per group, per location.
/api/financial-report/api/turnover-groups/api/tax-rates +2 FinanceReconcile one day of trading: the Z-report and the payment breakdown come from the same pipeline, so they always match to the cent.
/api/reports/daily-close/api/reports/payments/api/payment-methods OrdersDrain a date range of orders with line items and addresses into your ERP, resolving every id the API emits along the way.
/api/orders/api/orders/{id}/api/orders/{id}/items +1 ReportsRank products by revenue or quantity for any period, per location, straight from invoice rows.
/api/reports/product-sales InventoryWatch stock per product per location, and understand the difference between a location and a shop before it bites.
/api/stock/api/products/api/locations CRMExport customers and their segments to a mail or loyalty platform, incrementally and without duplicates.
/api/customers/api/customers/{id}/api/customer-segments OrdersFind every order that carried a discount in a period: who gave it, on what, and how much margin it cost.
/api/discount-orders/api/orders/{id}/items CatalogExport the catalog with current base prices: search or drain products, then join the price rows.
/api/products/api/product-prices/api/tax-rates FoundationsThe cross-cutting habits every solid integration shares: token lifecycle, pagination drains, error handling, money and date conventions, id resolution.
/api/auth/login/api/meNew here? Start with Integration patterns, then pick the recipe that matches your job. The full endpoint reference lives at /api/doc.
Recepten
Taakgerichte walkthroughs, stuk voor stuk overgenomen uit een integratie die vandaag bij Storekeeper in productie draait. Elk recept toont de aanroepen in volgorde, de responses die je echt krijgt, en de valkuilen die wij al raakten zodat jij dat niet hoeft.
Haal een complete, btw-correcte financiële periode naar je boekhouding: omzet, btw-uitsplitsing, betalingen en omzet per groep, per locatie.
/api/financial-report/api/turnover-groups/api/tax-rates +2 FinanceSluit een handelsdag aan: het Z-rapport en de betalingsuitsplitsing komen uit dezelfde pijplijn en sluiten dus altijd tot op de cent.
/api/reports/daily-close/api/reports/payments/api/payment-methods OrdersHaal een periode aan orders met orderregels en adressen naar je ERP, en vertaal onderweg elk id dat de API teruggeeft.
/api/orders/api/orders/{id}/api/orders/{id}/items +1 ReportsRangschik producten op omzet of aantal voor elke periode, per locatie, rechtstreeks uit factuurregels.
/api/reports/product-sales InventoryVolg voorraad per product per locatie, en begrijp het verschil tussen een locatie en een winkel voordat het je raakt.
/api/stock/api/products/api/locations CRMExporteer klanten en hun segmenten naar een mail- of loyaliteitsplatform, incrementeel en zonder duplicaten.
/api/customers/api/customers/{id}/api/customer-segments OrdersVind elke order met korting in een periode: wie gaf hem, waarop, en hoeveel marge het kostte.
/api/discount-orders/api/orders/{id}/items CatalogExporteer het assortiment met actuele basisprijzen: zoek of loop producten door, en koppel de prijsregels.
/api/products/api/product-prices/api/tax-rates FoundationsDe overkoepelende gewoonten van elke degelijke integratie: token-levenscyclus, paginering, foutafhandeling, geld- en datumconventies, id-vertaling.
/api/auth/login/api/meNieuw hier? Begin met Integratiepatronen en kies daarna het recept dat bij je klus past. De volledige endpoint-referentie staat op /api/doc.