Oracle E-Business Suite · JSON Structure

Supply Chain Inventory Item Structure

Type: object Properties: 18
Business ApplicationsE-Business SuiteEnterpriseERPOracle

InventoryItem is a JSON Structure definition published by Oracle E-Business Suite, describing 18 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

inventoryItemId segment1 description longDescription primaryUomCode itemType inventoryItemStatusCode organizationId weightUomCode unitWeight volumeUomCode unitVolume listPrice purchasingEnabledFlag customerOrderEnabledFlag internalOrderEnabledFlag creationDate lastUpdateDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InventoryItem",
  "type": "object",
  "properties": {
    "inventoryItemId": {
      "type": "integer"
    },
    "segment1": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "longDescription": {
      "type": "string"
    },
    "primaryUomCode": {
      "type": "string"
    },
    "itemType": {
      "type": "string"
    },
    "inventoryItemStatusCode": {
      "type": "string"
    },
    "organizationId": {
      "type": "integer"
    },
    "weightUomCode": {
      "type": "string"
    },
    "unitWeight": {
      "type": "number"
    },
    "volumeUomCode": {
      "type": "string"
    },
    "unitVolume": {
      "type": "number"
    },
    "listPrice": {
      "type": "number"
    },
    "purchasingEnabledFlag": {
      "type": "string"
    },
    "customerOrderEnabledFlag": {
      "type": "string"
    },
    "internalOrderEnabledFlag": {
      "type": "string"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}