- BizeeBuy API Introduction
- V1
- Authentication
- Masters
- Purchase
- GRN
- Inventory
- Production
- Sales
- TrueGradient
Get Sales Invoices
POST
https://api.bizeebuy.com/v1/sales/invoices
Request
Header Params
Authorization
string
required
Example:
Bearer 3e4b6e748d872a95aa39483ca54b27cb49eb464f
Body Params application/json
from_date
string
required
to_date
string
required
Example
{
"from_date":"2024-01-01",
"to_date":"2025-01-31"
}
Responses
🟢200Success
application/json
Body
invoice_no
string
required
invoice_date
string
required
due_date
string
required
order_no
string
required
order_date
string
required
gstn
string
required
reference
string
required
po_no
string
required
customer_name
string
required
contact_person
string
required
customer_gstn
string
required
place_of_supply
string
required
shipping
number
required
adjustment
number
required
sub_total
number
required
total_tax
number
required
total_amt
number
required
round_amt
number
required
final_amt
number
required
invoice_status
string
required
items
object
required
product_sku
string
required
product_name
string
required
hsn_sac
string
required
uom
string
required
qty
number
required
rate
number
required
taxable_value
number
required
igst_rate
number
required
igst_amt
number
required
sgst_rate
number
required
sgst_amt
number
required
cgst_rate
number
required
cgst_amt
number
required
total_value
number
required
Example
{
"data": [
{
"invoice_no": "BB/DL/24-25-00000046",
"invoice_date": "2025-01-01",
"due_date": "2025-01-23",
"order_no": "ORD/00000780",
"order_date": "2025-01-02",
"gstn": "05AAAAU1183B4ZX",
"reference": "123123154",
"po_no": "123123154",
"customer_name": "Another Customer",
"contact_person": null,
"customer_gstn": "07ABCDE0000X1ZW",
"place_of_supply": "New Delhi-Bihar",
"shipping": "0.00",
"adjustment": "0.00",
"sub_total": "24300.00",
"total_tax": "4374.00",
"total_amt": "28674.00",
"round_amt": "0.00",
"final_amt": 28674,
"invoice_status": "Submitted",
"items": [
{
"product_sku": "SMP-MESH-001-V2",
"product_name": "Sample Item Meesho V2",
"hsn_sac": "123456",
"uom": "Kg",
"qty": "180.00",
"rate": "135.0000",
"taxable_value": "24300.00",
"igst_rate": "18.00",
"igst_amt": "4374.00",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "28674.00"
}
]
},
{
"invoice_no": "BB/DL/24-25-00000047",
"invoice_date": "2025-01-01",
"due_date": "2025-01-31",
"order_no": "ORD/00000781",
"order_date": "2025-01-02",
"gstn": "05AAAAU1183B4ZX",
"reference": "",
"po_no": "",
"customer_name": "New PAN India Company",
"contact_person": "PAN India",
"customer_gstn": "",
"place_of_supply": "New Delhi-Delhi",
"shipping": "0.00",
"adjustment": "0.00",
"sub_total": "33900.00",
"total_tax": "6102.00",
"total_amt": "40002.00",
"round_amt": "0.00",
"final_amt": 40002,
"invoice_status": "Submitted",
"items": [
{
"product_sku": "SMP-MESH-001-V2",
"product_name": "Sample Item Meesho V2",
"hsn_sac": "123131",
"uom": "Kg",
"qty": "200.00",
"rate": "84.7500",
"taxable_value": "16950.00",
"igst_rate": "18.00",
"igst_amt": "3051.00",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "20001.00"
},
{
"product_sku": "SMP-MESH-001-V1",
"product_name": "Sample Item Meesho V1",
"hsn_sac": "123541",
"uom": "Kg",
"qty": "200.00",
"rate": "84.7500",
"taxable_value": "16950.00",
"igst_rate": "18.00",
"igst_amt": "3051.00",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "20001.00"
}
]
},
{
"invoice_no": "BB/DL/24-25-00000049",
"invoice_date": "2025-01-01",
"due_date": "2025-01-24",
"order_no": "ORD/00000791",
"order_date": "2025-01-02",
"gstn": "05AAAAU1183B4ZX",
"reference": "",
"po_no": null,
"customer_name": "Amazon",
"contact_person": "Amaz",
"customer_gstn": "27ABCDE1234K1ZU",
"place_of_supply": "Vadodara-Gujarat",
"shipping": "0.00",
"adjustment": "0.00",
"sub_total": "84470.50",
"total_tax": "15605.14",
"total_amt": "100075.64",
"round_amt": "0.00",
"final_amt": 100075.64,
"invoice_status": "Submitted",
"items": [
{
"product_sku": "1016104022003",
"product_name": "Richa Rust/M",
"hsn_sac": "123123",
"uom": "Pack",
"qty": "175.00",
"rate": "195.3100",
"taxable_value": "34179.25",
"igst_rate": "28.00",
"igst_amt": "9570.19",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "43749.44"
},
{
"product_sku": "ABCDE00012133132",
"product_name": "Another Sample",
"hsn_sac": "123123",
"uom": "Nos",
"qty": "250.00",
"rate": "0.2700",
"taxable_value": "67.50",
"igst_rate": "12.00",
"igst_amt": "8.10",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "75.60"
},
{
"product_sku": "FG-SELL-001",
"product_name": "Fresh Mozzarella Cheese 500GM",
"hsn_sac": "123123",
"uom": "Nos",
"qty": "125.00",
"rate": "401.7900",
"taxable_value": "50223.75",
"igst_rate": "12.00",
"igst_amt": "6026.85",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "56250.60"
}
]
},
{
"invoice_no": "BB/24-25-00000043",
"invoice_date": "2024-12-16",
"due_date": "2024-12-31",
"order_no": "ORD/00000776",
"order_date": "2024-12-16",
"gstn": "05AAAAU1183B4ZX",
"reference": "",
"po_no": "",
"customer_name": "Sales Customer 2",
"contact_person": "RM Contact",
"customer_gstn": "01AAACI9260R002",
"place_of_supply": "Jammu -Jammu and Kashmir",
"shipping": "0.00",
"adjustment": "0.00",
"sub_total": "920.00",
"total_tax": "137.00",
"total_amt": "1057.00",
"round_amt": "0.00",
"final_amt": 1057,
"invoice_status": "Submitted",
"items": [
{
"product_sku": "BB-01091",
"product_name": "Cheese FG",
"hsn_sac": "2356980",
"uom": "Nos",
"qty": "20.00",
"rate": "35.0000",
"taxable_value": "700.00",
"igst_rate": "18.00",
"igst_amt": "126.00",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "826.00"
},
{
"product_sku": "FG-SELL-001",
"product_name": "Fresh Mozzarella Cheese 500GM",
"hsn_sac": "2356981",
"uom": "Nos",
"qty": "10.00",
"rate": "22.0000",
"taxable_value": "220.00",
"igst_rate": "5.00",
"igst_amt": "11.00",
"sgst_rate": "-",
"sgst_amt": "-",
"cgst_rate": "-",
"cgst_amt": "-",
"total_value": "231.00"
}
]
}
],
"_links": {
"self": {
"href": "https://api.bizeebuy.com/v1/sales/invoices?page=1"
},
"first": {
"href": "https://api.bizeebuy.com/v1/sales/invoices?page=1"
},
"last": {
"href": "https://api.bizeebuy.com/v1/sales/invoices?page=1"
}
},
"_meta": {
"totalCount": 4,
"pageCount": 1,
"currentPage": 1,
"perPage": 1000
}
}