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 ..
Category : 10. API Documentation
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”: ..
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 ..
How to connect and use the SKYBIZ API Version 2.0 Introduction This guide is for developers and POS vendors who want to quickly get started with the SKYBIZ API. It covers the essential steps such as getting your credentials, making your first request, and understanding the responses. For full technical details, field references, and error ..
For standard guidance to setup the SKYBIZ API, you can refer: SKYBIZ API Setup – Standard Introduction to SKYBIZ API Setup The SKYBIZ API is a secure, server-side REST interface that enables third-party applications, integration partners, and internal development teams to programmatically access and submit business data stored within the SKYBIZ system. Built on standard ..