Skip to content

WarehouseBasicDetail

Type: schema

TypeScript Definition

typescript
WarehouseBasicDetail: {{
            id?: string;
            name?: string;
            address_line1?: string;
            pincode?: string;
            city?: string;
            state?: string;
            is_default?: boolean;
        };
        /** WarehouseWiseInventory */
}

OpenAPI Schema

json
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "address_line1": {
      "type": "string"
    },
    "pincode": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "is_default": {
      "type": "boolean"
    }
  },
  "title": "WarehouseBasicDetail",
  "x-tags": [
    "Catalog"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: