Admin dashboard
Make the tool feel like your store.
Customize the isolated barcode workspace and connect a customer-owned API. Only non-secret display preferences and the endpoint label are kept locally in this browser. No barcode value, image, request body, or API secret is stored.
Connection
Customer API connector
Use this when the ecommerce customer wants barcode generation to run through their own server. The connector receives only { format, value } and should return an SVG, image URL, or base64 PNG.
The secret is kept in memory only. It is cleared when this tab closes, is never included in logs, and is never written to the repository, local storage, cookies, or this service’s server.
Implementation contract
Safe integration boundary
Inbound
POST /api/barcode/generate with format and value.
Outbound
Return { success, format, value, svg } or image_url/png_base64.
Retention
This module has no database, history, analytics, or server-side customer data store.