Home
Home
  1. Inventory
  • 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
        POST
      • Material Stock Status
        POST
    • 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. Inventory

FG Stock Status

POST
https://api.bizeebuy.com/v1/inventory/fg-stock-status
This API provides the stage wise movement of the Finished Goods [FG] as well as SemiFinished Goods [SFG] Inventory along with their current Stock Status. Its specifies the Opening & Closing Stock along with the Stock Value during the specified date range.

Request

Header Params
Authorization
string 
required
Example:
Bearer 3e4b6e748d872a95aa39483ca54b27cb49eb464f
Warehouse
string  | null 
required
Example:
95aa39483ca54b27cb49eb464f
Body Params application/json
type
string 
required
Finished Goods or Semi Finished Goods or ALL
tax
string 
required
from_date
string 
required
From date
to_date
string 
required
To date
Example
{
    "type":"FG",
    "tax":0,
    "from_date":"2024-12-01",
    "to_date":"2025-01-31"
}

{
    "type":"SFG",
    "tax":1,
    "from_date":"2024-12-01",
    "to_date":"2025-01-31"
}

{
    "type":"ALL",
    "tax":0,
    "from_date":"2024-12-01",
    "to_date":"2025-01-31"
}

Responses

🟢200Success
application/json
Body
primary_category
string 
required
category_name
string 
required
product_name
string 
required
Product_sku
string 
required
UoM
string 
required
Opening_qty
string 
required
Qty_Value
string 
required
Receipts_qty
string 
required
Receipts_PRD_qty
string 
required
Receipts_PUR_qty
string 
required
Receipts_TRF_qty
string 
required
Receipts_OTH_qty
string 
required
Returned_qty
string 
required
Issued_qty
string 
required
Trashed_qty
string 
required
MovetoBad_qty
string 
required
Transfered_qty
string 
required
UnPacked_qty
string 
required
ThatPeriod_CrValue
string 
required
ThatPeriod_DrValue
string 
required
Hold_qty
string 
required
ThatPeriod_HoldValue
string 
required
Closing_active_qty
string 
required
Closing_active_value
string 
required
Closing_qty
string 
required
final_value
string 
required
final_TrfChrg
string 
required
warehouse
string 
required
Examples
{
    "data": [
        {
            "primary_category": "Agri Products",
            "category_name": "Essential Oils",
            "product_name": "Chameli OIL 100ML ",
            "Product_sku": "FP.Chameli.oil.100ML",
            "UoM": "Nos",
            "Opening_qty": "500.00",
            "Qty_Value": "125000.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "500",
            "Closing_active_value": "125000.00",
            "Closing_qty": "500",
            "final_value": "125000.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Lighting & Pendants",
            "category_name": "Lamp",
            "product_name": "New Lamp",
            "Product_sku": "NL01225545",
            "UoM": "Piece",
            "Opening_qty": "40.00",
            "Qty_Value": "1440.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "40",
            "Closing_active_value": "1440.00",
            "Closing_qty": "40",
            "final_value": "1440.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Pack Material 2",
            "category_name": "CAT 003",
            "product_name": "Demo New Semi FG",
            "Product_sku": "BTSKU0221",
            "UoM": "Nos",
            "Opening_qty": "185.50",
            "Qty_Value": "1684.50",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "186",
            "Closing_active_value": "1684.50",
            "Closing_qty": "186",
            "final_value": "1684.50",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Pack Material 2",
            "category_name": "CAT 003",
            "product_name": "Production FG One",
            "Product_sku": "PROD0001",
            "UoM": "Nos",
            "Opening_qty": "100.00",
            "Qty_Value": "2000.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "100",
            "Closing_active_value": "2000.00",
            "Closing_qty": "100",
            "final_value": "2000.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Pack Material 2",
            "category_name": "CAT 003",
            "product_name": "Sales Gross Product",
            "Product_sku": "SGA00001",
            "UoM": "Nos",
            "Opening_qty": "539.00",
            "Qty_Value": "14174.27",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "10.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "230.00",
            "Hold_qty": "5.00",
            "ThatPeriod_HoldValue": "115.00",
            "Closing_active_qty": "524",
            "Closing_active_value": "13829.27",
            "Closing_qty": "529",
            "final_value": "13944.27",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Pack Material 2",
            "category_name": "Test Product Cat 3",
            "product_name": "FG Test 01",
            "Product_sku": "TEST01",
            "UoM": "Nos",
            "Opening_qty": "34.00",
            "Qty_Value": "268.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "34",
            "Closing_active_value": "268.00",
            "Closing_qty": "34",
            "final_value": "268.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Pack Material 2",
            "category_name": "Test Product Cat 3",
            "product_name": "VM FM Goods 65965",
            "Product_sku": "65965",
            "UoM": "Nos",
            "Opening_qty": "570.00",
            "Qty_Value": "6700.30",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "570",
            "Closing_active_value": "6700.30",
            "Closing_qty": "570",
            "final_value": "6700.30",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Labels",
            "product_name": "New lam 3",
            "Product_sku": "IT-MC89-8E55",
            "UoM": "Nos",
            "Opening_qty": "144.00",
            "Qty_Value": "0.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "144",
            "Closing_active_value": "0.00",
            "Closing_qty": "144",
            "final_value": "0.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Labels",
            "product_name": "New lamp 1",
            "Product_sku": "NL012255451",
            "UoM": "Nos",
            "Opening_qty": "130.00",
            "Qty_Value": "0.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "130",
            "Closing_active_value": "0.00",
            "Closing_qty": "130",
            "final_value": "0.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Laminates",
            "product_name": "Fifo testing 001",
            "Product_sku": "FIFO001",
            "UoM": "Nos",
            "Opening_qty": "2853.00",
            "Qty_Value": "62022.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "35.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "1130.00",
            "Hold_qty": "25.00",
            "ThatPeriod_HoldValue": "640.00",
            "Closing_active_qty": "2793",
            "Closing_active_value": "60252.00",
            "Closing_qty": "2818",
            "final_value": "60892.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Laminates",
            "product_name": "INV Finished Goods 1",
            "Product_sku": "FGORD000212",
            "UoM": "Piece",
            "Opening_qty": "3365.30",
            "Qty_Value": "84131.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "3365",
            "Closing_active_value": "84131.00",
            "Closing_qty": "3365",
            "final_value": "84131.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Laminates",
            "product_name": "Jsdvba Sdvaskda",
            "Product_sku": "KJJH/ASD/9898",
            "UoM": "Nos",
            "Opening_qty": "520.50",
            "Qty_Value": "16074.05",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "36.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "540.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "485",
            "Closing_active_value": "15534.05",
            "Closing_qty": "485",
            "final_value": "15534.05",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Laminates",
            "product_name": "Purple Divi Engine Text Zipper Hoodie",
            "Product_sku": "HEl00001",
            "UoM": "Pack",
            "Opening_qty": "27.00",
            "Qty_Value": "0.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "27",
            "Closing_active_value": "0.00",
            "Closing_qty": "27",
            "final_value": "0.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Laminates",
            "product_name": "Sales Product One",
            "Product_sku": "SOFG0001",
            "UoM": "Nos",
            "Opening_qty": "541.00",
            "Qty_Value": "11976.17",
            "Receipts_qty": "35.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "35.00",
            "Returned_qty": "0.00",
            "Issued_qty": "33.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "15.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "875.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "24.00",
            "ThatPeriod_HoldValue": "225.00",
            "Closing_active_qty": "504",
            "Closing_active_value": "12626.17",
            "Closing_qty": "528",
            "final_value": "12851.17",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Laminates",
            "product_name": "Sales Product Two",
            "Product_sku": "SOFG0002",
            "UoM": "Nos",
            "Opening_qty": "264.80",
            "Qty_Value": "5302.99",
            "Receipts_qty": "75.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "75.00",
            "Returned_qty": "0.00",
            "Issued_qty": "54.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "18.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "1375.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "49.50",
            "ThatPeriod_HoldValue": "1128.61",
            "Closing_active_qty": "218",
            "Closing_active_value": "5549.38",
            "Closing_qty": "268",
            "final_value": "6677.99",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Laminates",
            "product_name": "SDKjnds skdds",
            "Product_sku": "SAS895004",
            "UoM": "Kg",
            "Opening_qty": "22.00",
            "Qty_Value": "680.41",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "22",
            "Closing_active_value": "680.41",
            "Closing_qty": "22",
            "final_value": "680.41",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Leaflet",
            "product_name": "Dat Divi Engine Life Crop-top (3-Tone)",
            "Product_sku": "ABCD001",
            "UoM": "Piece",
            "Opening_qty": "95.00",
            "Qty_Value": "2900.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "95",
            "Closing_active_value": "2900.00",
            "Closing_qty": "95",
            "final_value": "2900.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Monocarton",
            "product_name": "FG Order Item One",
            "Product_sku": "FGPROD00001",
            "UoM": "Nos",
            "Opening_qty": "390.50",
            "Qty_Value": "60222.76",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "391",
            "Closing_active_value": "60222.76",
            "Closing_qty": "391",
            "final_value": "60222.76",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Monocarton",
            "product_name": "New lamp 2",
            "Product_sku": "NL012255452",
            "UoM": "Nos",
            "Opening_qty": "252.00",
            "Qty_Value": "2530.00",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "25.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "250.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "227",
            "Closing_active_value": "2280.00",
            "Closing_qty": "227",
            "final_value": "2280.00",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        },
        {
            "primary_category": "Packaging Material",
            "category_name": "Monocarton",
            "product_name": "WooCommerce “Gimme the Money” Zipper Hoodie",
            "Product_sku": "NAT0021212",
            "UoM": "Pack",
            "Opening_qty": "718.00",
            "Qty_Value": "7735.50",
            "Receipts_qty": "0.00",
            "Receipts_PRD_qty": "0.00",
            "Receipts_PUR_qty": "0.00",
            "Receipts_TRF_qty": "0.00",
            "Receipts_OTH_qty": "0.00",
            "Returned_qty": "0.00",
            "Issued_qty": "0.00",
            "Trashed_qty": "0.00",
            "MovetoBad_qty": "0.00",
            "Transfered_qty": "0.00",
            "UnPacked_qty": "0.00",
            "ThatPeriod_CrValue": "0.00",
            "ThatPeriod_DrValue": "0.00",
            "Hold_qty": "0.00",
            "ThatPeriod_HoldValue": "0.00",
            "Closing_active_qty": "718",
            "Closing_active_value": "7735.50",
            "Closing_qty": "718",
            "final_value": "7735.50",
            "final_TrfChrg": "0.00",
            "warehouse": "Central Warehouse"
        }
    ],
    "_links": {
        "self": {
            "href": "http://127.0.0.1/bizeebuy/rest/web/v1/inventory/fg-stock-status?page=1"
        },
        "first": {
            "href": "http://127.0.0.1/bizeebuy/rest/web/v1/inventory/fg-stock-status?page=1"
        },
        "last": {
            "href": "http://127.0.0.1/bizeebuy/rest/web/v1/inventory/fg-stock-status?page=4"
        },
        "next": {
            "href": "http://127.0.0.1/bizeebuy/rest/web/v1/inventory/fg-stock-status?page=2"
        }
    },
    "_meta": {
        "totalCount": 64,
        "pageCount": 4,
        "currentPage": 1,
        "perPage": 20
    }
}
Previous
Material List
Next
Material Stock Status
Built with