Skip to content

WarehouseWiseInventory

Type: schema

TypeScript Definition

typescript
WarehouseWiseInventory: {{
            lot_bacth?: string
}

OpenAPI Schema

json
{
  "type": "object",
  "properties": {
    "lot_bacth": {
      "type": "string"
    },
    "mfg_date": {
      "type": "string",
      "format": "date"
    },
    "exp_date": {
      "type": "string",
      "format": "date"
    },
    "manufacturer": {
      "type": "string"
    },
    "warehouse_id": {
      "type": "string"
    },
    "warehouse": {
      "$ref": "#/components/schemas/WarehouseBasicDetail"
    },
    "received_quantity": {
      "type": "integer"
    },
    "reserved_quantity": {
      "type": "integer"
    },
    "sold_quantity": {
      "type": "integer"
    },
    "adjusted_quantity": {
      "type": "integer"
    },
    "stock_quantity": {
      "type": "integer"
    }
  },
  "title": "WarehouseWiseInventory",
  "x-tags": [
    "Catalog"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: