📱 Point of Sale
Payments Admin Starter Kit
LivestreamQR Payments Starter Kit includes Shopping Cart, E-Commerce, POS, and Admin Dashboard UI.
LivestreamQR's Prebuilt Point of Sale, QR and Barcode Scanner can be used to scan QR codes and product barcodes. Custom scanning solutions can developed by API to create a seamless POS experience for consumers.
Search for Products by Barcode
Search for products by barcode and add them to the cart.
Method: GET
{{baseUrl}}/?barcode=:id
Create Draft Order
Create a draft order with the scanned products.
Method: POST
{{baseUrl}}/draft-orders/:id
Add Line Item to Draft Order
Add a line item to the draft order with scanned products.
Method: POST
{{baseUrl}}/draft-orders/:id/line-items
Register Payment and Complete Draft Order
Register a payment for the draft order with scanned products.
Method: POST
{{baseUrl}}/draft-orders/:id/pay