Web services

Free cash register

Free-cash-register.net, free online POS software since 2014

Follow Us

Cash Register Help Center

This help will guide you through the setup and usage of our point of sale cash register software.

🔗 Webservices

Web services allow sales to be automatically recorded in the software from an external tool or site.

Access conditions

To use web services, you must have an extended license.

Once enabled, a 'Webservices' tab appears in the configuration page.

Register an order via a URL

From the Webservices page, you can construct a calling URL containing all the necessary parameters.

https://www.free-cash-register.net/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)
Register now