Help Center
This help will guide you through the setup and usage of our point of sale cash register software.
Search by keyword in the help section:
🔗 Webservices
Web services allow sales to be automatically recorded in the software from an external tool or site.
Register an order via a URL
From the Webservices page, you can construct a calling URL containing all the necessary parameters.
https://kash.click/workers/webapp.php?idboutique=ID_SHOP&key=KEYPARAM&payment=ID_PAYMENTMETHOD&deliveryMethod=ID_DELIVERYMETHOD&idUser=ID_USER&client[nom]=TestClientName&client[prenom]=TestClientSurname&client[email]=contact@testclient.fr&client[pays]=FR&itemsList[]=-ID_DEPT_1_TestDept&itemsList[]=ID_ITEM1_1_TestItem&itemsList[]=ID_ITEM2_2_AnotherTestItem&dateValeur=TIMESTAMP_DATE The main parameters are:
- ID_SHOP and KEYPARAM: shop account identifiers
- ID_PAYMENTMETHOD: payment method identifier
- ID_DELIVERYMETHOD: Delivery method identifier
- ID_USER: user ID
- Customer: Either a customer ID or a new customer's information
- itemsList: list of items to add to the order
- dateValue: (optional) date in Unix timestamp
Code examples provided
Once your settings are defined, the Webservices page offers you ready-to-use examples, in:
- Java
- PHP
- Node.js
- jQuery
- cURL (command line)
This document is made available under the terms of the licence Creative Commons Attribution 4.0 International (CC BY 4.0) .