E commerce integration
What is a Postman Tool?
Postman Tool To test the application via postman tool, refer the image below.
What is E-Commerce Integration?
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 store ...
How to setup HTTPS on a Windows Server? And how to configure Apache to run SSL/HTTPS server?
Install Https apache: Download apache_x.x.x-win32-x86-openssl-x.x.x.msi from Apache HTTP SERVER PROJECT Install the apache_x.x.x-win32-x86-openssl-x.x.x.msi setup file. Setting up HTTPS on a Windows Server: Open a command prompt and run the below ...
API to Create a Sales Order
Purpose: Used to create Sales Order Resource URL: http://localhost:8382/WebReporter/api/v1/salesOrders Method: POST Authentication: Set Header As X-Auth-Token: <API - KEY> Request: Post: http://localhost:8382/WebReporter/api/v1/salesOrders ...
API for List All Items
API for Item master with rate and stock details List all Items: Purpose: Used to list all the items Resource URL: http://localhost:8382/WebReporter/api/v1/items Method: GET Authentication: Set Header As X-Auth-Token: <API - KEY>\ Request: GET: ...
API for List All Sales Orders
API for List all Sales Orders (With user validation) Purpose: Used to retrieve all sales Orders Resource URL: http://localhost:8382/WebReporter/api/v1/salesOrders Method: GET Authentication: Set Header As X-Auth-Token: <API - KEY> Request: GET: ...
What is the API 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:8382/WebReporter/api/v1/salesOrder Method: GET Authentication: Set Header AsX-Auth-Token : <API - KEY> Request: GET: ...
What is API Integration? Which API do we provide for Website integration?
Overview API integration enables data communication, information exchange between an online store and the POS system. We provide the following APIs... An item with rate and stock API (List all items) Sales order APIs (Create a sales order List all ...