Home
Home
  1. Sales
  • 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
        POST
      • Sales Order Status
        POST
      • Turnover & Gross Margin Report
        POST
      • FG Demand Status Report
        POST
      • Get Sales
        POST
      • Get Sales Invoices
        POST
    • TrueGradient
      • Item Master - FG
      • Sales Order Status
      • FG Inventory-Batchwise
      • Open Purchase Orders
      • Item Master - Materials
      • FG BoM
  1. Sales

FG Demand Status Report

POST
https://api.bizeebuy.com/v1/sales/demand-status
This API provides data related to the Demand volume of individual SKUs in a given date range along with the current pendencies against the demanded volumes. This dataset can be accessed in two forms:
At Concolidated SKU level
At Individual Customer and SKU level

Request

Header Params
Authorization
string 
required
Example:
Bearer 3e4b6e748d872a95aa39483ca54b27cb49eb464f
Body Params application/json
type
string 
required
Customer wise or Consolidated
from_date
string 
required
From Date IST - 2024-12-01
to_date
string 
required
To date IST - 2024-12-31
Example
{
    "type":"CUSTOMER",
    "from_date":"2024-12-01",
    "to_date":"2025-01-31"
}

{
    "type":"CONSOLIDATED",
    "from_date":"2024-12-01",
    "to_date":"2025-01-31"
}

Responses

🟢200Success
application/json
Body
company_name
string 
required
location
string 
required
order_id
string 
required
product_name
string 
required
product_sku
string 
required
warehouse
string 
required
req_qty
number 
required
Issued_Qty
number 
required
Remaining_qty
number 
required
UoM
string 
required
wh_id
string 
required
Examples
{
    "data": [
        {
            "company_name": "Amazon",
            "location": "Vadodara-Gujarat",
            "order_id": "ORD/00000791",
            "product_name": "Richa Rust/M",
            "product_sku": "1016104022003",
            "warehouse": "Central",
            "req_qty": "175.00",
            "Issued_Qty": "175.00",
            "Remaining_qty": "0.00",
            "UoM": "Pack",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Amazon",
            "location": "Vadodara-Gujarat",
            "order_id": "ORD/00000791",
            "product_name": "Another Sample",
            "product_sku": "ABCDE00012133132",
            "warehouse": "Central",
            "req_qty": "250.00",
            "Issued_Qty": "250.00",
            "Remaining_qty": "0.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Amazon",
            "location": "Vadodara-Gujarat",
            "order_id": "ORD/00000791",
            "product_name": "Fresh Mozzarella Cheese 500GM",
            "product_sku": "FG-SELL-001",
            "warehouse": "Central",
            "req_qty": "125.00",
            "Issued_Qty": "125.00",
            "Remaining_qty": "0.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Another Customer",
            "location": "New Delhi-Bihar",
            "order_id": "ORD/00000794",
            "product_name": "The BIG Blue 1 Ltr.",
            "product_sku": "001009009",
            "warehouse": "Central",
            "req_qty": "2020.00",
            "Issued_Qty": "20.00",
            "Remaining_qty": "2000.00",
            "UoM": "Kg",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Another Customer",
            "location": "New Delhi-Bihar",
            "order_id": "ORD/00000795",
            "product_name": "The BIG Blue 2 Ltr.",
            "product_sku": "1009008",
            "warehouse": "Central",
            "req_qty": "2000.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "2000.00",
            "UoM": "Kg",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Another Customer",
            "location": "New Delhi-Bihar",
            "order_id": "ORD/00000795",
            "product_name": "WomenWhoMove White/XL",
            "product_sku": "1016104010005",
            "warehouse": "Central",
            "req_qty": "2000.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "2000.00",
            "UoM": "Pair",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Another Customer",
            "location": "New Delhi-Bihar",
            "order_id": "ORD/00000795",
            "product_name": "Washing Material",
            "product_sku": "BG_GOSAI_02",
            "warehouse": "Central",
            "req_qty": "2000.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "2000.00",
            "UoM": "Liter",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Another Customer",
            "location": "New Delhi-Bihar",
            "order_id": "ORD/00000795",
            "product_name": "Zephyrus 15.6",
            "product_sku": "Laptop3",
            "warehouse": "Central",
            "req_qty": "2000.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "2000.00",
            "UoM": "Liter",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Another Customer",
            "location": "New Delhi-Bihar",
            "order_id": "ORD/00000780",
            "product_name": "Sample Item Meesho V2",
            "product_sku": "SMP-MESH-001-V2",
            "warehouse": "Central",
            "req_qty": "180.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "180.00",
            "UoM": "Kg",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Demo Customer",
            "location": "Delhi-Delhi",
            "order_id": "ORD/00000782",
            "product_name": "The BIG Blue 2 Ltr.",
            "product_sku": "1009008",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "125.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "125.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Demo Customer",
            "location": "Delhi-Delhi",
            "order_id": "ORD/00000782",
            "product_name": "The BIG Blue 1 Ltr.",
            "product_sku": "1009009",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "125.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "125.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Demo Customer",
            "location": "Delhi-Delhi",
            "order_id": "ORD/00000796",
            "product_name": "Cheese FG",
            "product_sku": "BB-01091",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "82.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "82.00",
            "UoM": "Nos",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Demo Customer 2",
            "location": "Gurugram-Haryana",
            "order_id": "ORD/00000797",
            "product_name": "The BIG Blue 2 Ltr.",
            "product_sku": "1009008",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "3.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "3.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Demo Customer 2",
            "location": "Gurugram-Haryana",
            "order_id": "ORD/00000797",
            "product_name": "The BIG Blue 1 Ltr.",
            "product_sku": "1009009",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "3.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "3.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Demo Customer 2",
            "location": "Gurugram-Haryana",
            "order_id": "ORD/00000797",
            "product_name": "WomenWhoMove White/XL",
            "product_sku": "1016104010005",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "20.00",
            "Issued_Qty": "15.00",
            "Remaining_qty": "5.00",
            "UoM": "Pair",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Demo Customer 2",
            "location": "Gurugram-Haryana",
            "order_id": "ORD/00000798",
            "product_name": "Washing Material",
            "product_sku": "BG_GOSAI_02",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "10.00",
            "Issued_Qty": "10.00",
            "Remaining_qty": "0.00",
            "UoM": "Liter",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Demo Customer 2",
            "location": "Gurugram-Haryana",
            "order_id": "ORD/00000797",
            "product_name": "Zephyrus 15.6",
            "product_sku": "Laptop3",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "22.00",
            "Issued_Qty": "20.00",
            "Remaining_qty": "2.00",
            "UoM": "Liter",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "Meesho",
            "location": "Hyderabad-Andhra Pradesh",
            "order_id": "ORD/00000790",
            "product_name": "Richa Rust/M",
            "product_sku": "1016104022003",
            "warehouse": "Central",
            "req_qty": "175.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "175.00",
            "UoM": "Pack",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Meesho",
            "location": "Hyderabad-Andhra Pradesh",
            "order_id": "ORD/00000790",
            "product_name": "Another Sample",
            "product_sku": "ABCDE00012133132",
            "warehouse": "Central",
            "req_qty": "250.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "250.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Meesho",
            "location": "Hyderabad-Andhra Pradesh",
            "order_id": "ORD/00000790",
            "product_name": "Fresh Mozzarella Cheese 500GM",
            "product_sku": "FG-SELL-001",
            "warehouse": "Central",
            "req_qty": "125.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "125.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Metro Brand",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000783",
            "product_name": "Cheese FG",
            "product_sku": "BB-01091",
            "warehouse": "Central",
            "req_qty": "15.00",
            "Issued_Qty": "15.00",
            "Remaining_qty": "0.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Metro Brand",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000783",
            "product_name": "Sample test product",
            "product_sku": "DDSDs ddsf sdfds ",
            "warehouse": "Central",
            "req_qty": "5.00",
            "Issued_Qty": "5.00",
            "Remaining_qty": "0.00",
            "UoM": "Units",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Metro Brand",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000783",
            "product_name": "New FG One",
            "product_sku": "NFG00112",
            "warehouse": "Central",
            "req_qty": "5.00",
            "Issued_Qty": "5.00",
            "Remaining_qty": "0.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Metro Brand",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000783",
            "product_name": "One Fefo 02",
            "product_sku": "ONEFEFO-02",
            "warehouse": "Central",
            "req_qty": "20.00",
            "Issued_Qty": "20.00",
            "Remaining_qty": "0.00",
            "UoM": "CASES",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "New PAN India Company",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000785",
            "product_name": "Bulk Cheese",
            "product_sku": "SFG001-001",
            "warehouse": "Central",
            "req_qty": "20.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "20.00",
            "UoM": "Kg",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "New PAN India Company",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000792",
            "product_name": "Bulk Cheese",
            "product_sku": "SFG001-001",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "10.00",
            "Issued_Qty": "10.00",
            "Remaining_qty": "0.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "New PAN India Company",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000778",
            "product_name": "Sample Item Meesho",
            "product_sku": "SMP-MESH-001",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "50.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "50.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "New PAN India Company",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000777",
            "product_name": "Sample Item Meesho V1",
            "product_sku": "SMP-MESH-001-V1",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "200.00",
            "Issued_Qty": "0.00",
            "Remaining_qty": "200.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "New PAN India Company",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000779",
            "product_name": "Sample Item Meesho V1",
            "product_sku": "SMP-MESH-001-V1",
            "warehouse": "Central",
            "req_qty": "330.00",
            "Issued_Qty": "200.00",
            "Remaining_qty": "130.00",
            "UoM": "Kg",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "New PAN India Company",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000777",
            "product_name": "Sample Item Meesho V2",
            "product_sku": "SMP-MESH-001-V2",
            "warehouse": "Kolkata Warehouse",
            "req_qty": "225.00",
            "Issued_Qty": "10.00",
            "Remaining_qty": "215.00",
            "UoM": "Kg",
            "wh_id": "a87ff679a2f3e71d9181a67b7542122c"
        },
        {
            "company_name": "New PAN India Company",
            "location": "New Delhi-Delhi",
            "order_id": "ORD/00000779",
            "product_name": "Sample Item Meesho V2",
            "product_sku": "SMP-MESH-001-V2",
            "warehouse": "Central",
            "req_qty": "325.00",
            "Issued_Qty": "200.00",
            "Remaining_qty": "125.00",
            "UoM": "Kg",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Sales Customer 2",
            "location": "Jammu -Jammu and Kashmir",
            "order_id": "ORD/00000776",
            "product_name": "Cheese FG",
            "product_sku": "BB-01091",
            "warehouse": "Central",
            "req_qty": "20.00",
            "Issued_Qty": "20.00",
            "Remaining_qty": "0.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Sales Customer 2",
            "location": "Jammu -Jammu and Kashmir",
            "order_id": "ORD/00000793",
            "product_name": "Combo Product - Sample",
            "product_sku": "BB-PRD-0002",
            "warehouse": "Central",
            "req_qty": "100.00",
            "Issued_Qty": "100.00",
            "Remaining_qty": "0.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        },
        {
            "company_name": "Sales Customer 2",
            "location": "Jammu -Jammu and Kashmir",
            "order_id": "ORD/00000776",
            "product_name": "Fresh Mozzarella Cheese 500GM",
            "product_sku": "FG-SELL-001",
            "warehouse": "Central",
            "req_qty": "10.00",
            "Issued_Qty": "10.00",
            "Remaining_qty": "0.00",
            "UoM": "Nos",
            "wh_id": "cfcd208495d565ef66e7dff9f98764da"
        }
    ],
    "_links": {
        "self": {
            "href": "https://api.bizeebuy.com/v1/sales/demand-status?page=1"
        },
        "first": {
            "href": "https://api.bizeebuy.com/v1/sales/demand-status?page=1"
        },
        "last": {
            "href": "https://api.bizeebuy.com/v1/sales/demand-status?page=1"
        }
    },
    "_meta": {
        "totalCount": 34,
        "pageCount": 1,
        "currentPage": 1,
        "perPage": 50
    }
}
Previous
Turnover & Gross Margin Report
Next
Get Sales
Built with