API integration
Create a sales order
API for Create Sales Order Purpose: Used to create Sales Order Resource URL: http://localhost:8482/WebReporter/api/v1/salesOrders Method: POST Authentication: Set Header As X-Auth-Token : <API - KEY> Request: Post: ...
E Commerce Integration: Introduction, Process and Benefits
Introduction It is an integration solution provided for the POS users to integrate their POS with an online store which is facilitated via API. API acts as an interface between the POS and the online store, integrates the POS data to the online ...
Overview of API Integration
Overview API integration enables data communication between an online store and POS. The following APIs are provided An item with rate and stock API (List all items) Sales order APIs (Create a sales order List all sales orders, retrieve a sales ...
How to setup HTTPS in a Windows Server?
Install Https apache 1. Download apache_x.x.x-win32-x86-openssl-x.x.x.msi from http://httpd.apache.org/ 2. Install the apache_x.x.x-win32-x86-openssl-x.x.x.msi setup file. Setting up HTTPS on a Windows Server 1. open command prompt and run the below ...
How to retrieve all the sales orders?
API for List all Sales Orders (With user validation) Purpose: Used to retrieve all sales Orders Resource URL: http://localhost:8482/WebReporter/api/v1/salesOrders Method: GET Authentication: Set Header AsX-Auth-Token : <API - KEY> Request: GET: ...
How to list the all the items using API?
API for Item master with rate and stock details List all Items Purpose: Used to list all the items Resource URL: http://localhost:8482/WebReporter/api/v1/items Method: GET Authentication: Set Header As X-Auth-Token : <API - KEY> Request: GET: ...
How to test the application using Postman tool?
Postman Tool To test the application via postman tool, refer the image below.
How to retrieve a sales order?
API for Retrieve a sales order (With user validation) Purpose: Used to retrieve a sales Order Resource URL: http://localhost:8482/WebReporter/api/v1/salesOrder Method: GET Authentication: Set Header As X-Auth-Token: <API - KEY> Request: GET: ...