Introduction to SKYBIZ Two Factor Authentication Two-Factor Authentication (2FA) is an essential cybersecurity measure that adds a vital layer of defense to the user login process, moving far beyond the vulnerabilities of standard passwords alone. It operates on the core principle of verifying identity through two distinct categories of credentials: something the user knows (such ..
Category : SKYBIZ CLOUDERP
SKYBIZ API — Purchase Module Purchase The Purchase module allows you to retrieve and create purchase invoice records in your SKYBIZ account. Supports both read and create operations. Endpoint: /apiv2/modules/purchase.php Required Permissions: Purchase — Read, Purchase — Create Allowed DocTypes: SupInv (Invoice), SupCN (Credit Note), SupDN (Debit Note) Read Purchase Retrieves purchase invoices created within ..
SKYBIZ API — Sales Module Sales The Sales module allows you to retrieve and create sales invoice records in your SKYBIZ account. Supports both read and create operations. Endpoint: /apiv2/modules/sales.php Required Permissions: Sales — Read, Sales — Create Allowed DocTypes: CusInv (Invoice), CS (Cash Sale), CusCN (Credit Note), CusDN (Debit Note) Read Sales Retrieves sales ..
SKYBIZ API — Sales Order Module Sales Order The Sales Order module allows you to retrieve and create sales order records in your SKYBIZ account. Supports both read and create operations. Endpoint: /apiv2/modules/sales_order.php Required Permissions: Sales Order — Read, Sales Order — Create Allowed DocType: SO (Sales Order only) Read Sales Orders Retrieves sales orders ..
SKYBIZ API — Supplier Module Supplier The Supplier module allows you to retrieve and create supplier records in your SKYBIZ account. Supports both read and create operations. Endpoint: /apiv2/modules/supplier.php Required Permissions: Supplier — Read, Supplier — Create Read Suppliers Retrieves suppliers modified within the given date range, ordered by CusCode. Base Request Structure { “api_key”: ..
SKYBIZ API — Price Matrix Module Price Matrix The Price Matrix module allows you to retrieve pricing matrix records from your SKYBIZ account. This module is read only — no create action is available. Endpoint: /apiv2/modules/price_matrix.php Required Permission: Price Matrix — Read Read Price Matrix Retrieves price matrix records modified within the given date range, ..
SKYBIZ API — Customer Module Customer The Customer module allows you to retrieve and create customer records in your SKYBIZ account. Supports both read and create operations. Endpoint: /apiv2/modules/customer.php Required Permissions: Customer — Read, Customer — Create Read Customers Retrieves customers modified within the given date range, ordered by CusCode. Base Request Structure { “api_key”: ..
Introduction to SKYBIZ Two Factor Authentication Two-Factor Authentication (2FA) is an essential cybersecurity measure that adds a vital layer of defense to the user login process, moving far beyond the vulnerabilities of standard passwords alone. It operates on the core principle of verifying identity through two distinct categories of credentials: something the user knows (such ..
SKYBIZ API — Item Module Item The Item module allows you to retrieve inventory item records from your SKYBIZ account. This module is read only — no create action is available. Endpoint: /apiv2/modules/item.php Required Permission: Item — Read Read Items Retrieves items modified within the given date range, ordered by ItemCode. Base Request Structure { ..
How to connect and use the SKYBIZ API Version 2.0 Overview The SKYBIZ API allows external applications (POS systems, e-commerce platforms, ERP tools) to read and write data directly to your SKYBIZ account. Target Audience: POS software vendors / Integration developers Before You Begin Make sure the following are ready before you start: API Integration ..