Home
Home
  1. TrueGradient
  • BizeeBuy API Introduction
  • V1
    • Authentication
      • Generate Access Token
      • Refresh Access Token
    • Masters
      • Get Warehouse List
      • Finished Goods List
      • Material List
    • Purchase
      • Purchase Orders List
    • 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
      • Sales Orders List
    • TrueGradient
      • Item Master - FG
        POST
      • Sales Order Status
        POST
      • FG Inventory-Batchwise
        POST
      • Open Purchase Orders
        POST
      • Item Master - Materials
        POST
      • FG BoM
        POST
Home
Home
  1. TrueGradient

FG BoM

POST
https://api.bizeebuy.com/v1/truegrad/fg-bom
This API provides an exhaustive data set related to the active finished goods bom

Request

Header Params

Body Params application/json

Example
{
   
}

Responses

🟢200Success
application/json
Body

Examples
{
    "data": [
        {
           "product_name": "productname two",
            "product_sku": "productsku01",
            "product_uom": "Units",
            "materials": [
                {
                    "material_name": "Row Material",
                    "material_code": "RM00359",
                    "req_qty": "1.0000000000",
                    "material_uom": "Units"
                },
                {
                    "material_name": "Monocarton",
                    "material_code": "Mono0127",
                    "req_qty": "1.0000000000",
                    "material_uom": "Units"
                }
        },
        {
            "product_name": "productname one",
            "product_sku": "productsku00",
            "product_uom": "Units",
            "materials": [
                {
                    "material_name": "Row Material",
                    "material_code": "RM00359",
                    "req_qty": "1.0000000000",
                    "material_uom": "Units"
                },
                {
                    "material_name": "Monocarton",
                    "material_code": "Mono0127",
                    "req_qty": "1.0000000000",
                    "material_uom": "Units"
                }
            ]
        }
    ]
}
Previous
Item Master - Materials
Built with