acuity-brands · JSON Structure

Acuity Brands Inventory Item Structure

Inventory availability record for a product

Type: object Properties: 6
Fortune 1000

Acuity Brands Inventory Item Structure is a JSON Structure definition published by acuity-brands, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

productNumber description brand totalQuantity warehouses updatedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://structure.api-evangelist.com/acuity-brands/acuity-brands-inventory-item-structure.json",
  "title": "InventoryItem",
  "description": "Inventory availability record for a product",
  "type": "object",
  "properties": {
    "productNumber": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "brand": {
      "type": "string"
    },
    "totalQuantity": {
      "type": "integer"
    },
    "warehouses": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "updatedAt": {
      "type": "string"
    }
  }
}