WarehouseInventoryResponse

Properties

Name Type Description
records array
totalCount integer
View JSON Schema on GitHub

JSON Schema

manhattan-associates-warehouseinventoryresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WarehouseInventoryResponse",
  "title": "WarehouseInventoryResponse",
  "type": "object",
  "properties": {
    "records": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WarehouseInventoryRecord"
      }
    },
    "totalCount": {
      "type": "integer"
    }
  }
}