Home
Home
  1. Home
  • BizeeBuy API Introduction
  • V1
    • Authentication
      • Generate Access Token
      • Refresh Access Token
    • Masters
      • Get Warehouse List
      • Finished Goods List
      • Material List
    • Purchase
    • GRN
    • Inventory
      • FG Stock Status
      • Material Stock Status
    • Production
      • Batch List
      • Material Consumption
    • Sales
      • Sales Order Dispatch
      • Sales Order Status
      • Turnover & Gross Margin Report
      • FG Demand Status Report
      • Get Sales
      • Get Sales Invoices
    • TrueGradient
      • Item Master - FG
      • Sales Order Status
      • FG Inventory-Batchwise
      • Open Purchase Orders
      • Item Master - Materials
      • FG BoM
  1. Home

BizeeBuy API Introduction

BizeeBuy is an Easy to Use SaaS ERP for D2c brands & Manufacturers.
Welcome to the API Documentation! This is your go-to resource for understanding how to integrate and interact with our API. Whether you're a developer, system administrator, or someone interested in programmatically accessing our platform, this guide will walk you through all the essentials you need to get started.
This document serves as the reference point for fellow developers to understand the BizeeBuy public REST APIs for various integrations. It will be our constant endeavour to keep the information provided here up-to-date and validated for reference of our users.
BizeeBuy APIs
It is our continuous endeavor to simplify data availability to our clients for any external system integration or analytics of data pertaining to various functions with our proprietary Inventory and Operations Management SaaS software BizeeBuy. This document furnishes precise details of our public APIs in the following sections, talking about integration flows and individual API references.
Warehouse List
Stock Status
Production batches
Material Consumption
Sales Reports
Brief Intro
Our API is designed to provide seamless access to the core features of our platform, enabling you to perform a variety of operations.
We follow RESTful principles to make the API easy to use, flexible, and scalable. Our endpoints return data in JSON format for easy parsing and integration into your workflows.
Error Codes
This section outlines common error codes, messages, and how to handle them in your application.
200 OK: Request was successful.
400 Bad Request: Invalid request parameters or missing fields.
401 Unauthorized: Missing or invalid authentication token.
404 Not Found: Resource was not found.
Key Pointers
Authentication: Secure login and token-based authorization for safe, private access.
Rate Limits: Ensure efficient use of resources while maintaining high performance.
Error Handling: Clear, actionable error messages to help you debug and resolve issues faster.
Next
Generate Access Token
Built with