Oracle E-Business Suite · Example Payload

Supply Chain Inventory Item Example

A sample description.

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Supply Chain Inventory Item Example is an example object payload from Oracle E-Business Suite, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

inventoryItemIdsegment1descriptionlongDescriptionprimaryUomCodeitemTypeinventoryItemStatusCodeorganizationIdweightUomCodeunitWeightvolumeUomCodeunitVolumelistPricepurchasingEnabledFlagcustomerOrderEnabledFlaginternalOrderEnabledFlagcreationDatelastUpdateDate

Example Payload

Raw ↑
{
  "inventoryItemId": "500123",
  "segment1": "example_value",
  "description": "A sample description.",
  "longDescription": "example_value",
  "primaryUomCode": "example_value",
  "itemType": "example_value",
  "inventoryItemStatusCode": "example_value",
  "organizationId": "500123",
  "weightUomCode": "example_value",
  "unitWeight": 42.5,
  "volumeUomCode": "example_value",
  "unitVolume": 42.5,
  "listPrice": 42.5,
  "purchasingEnabledFlag": "example_value",
  "customerOrderEnabledFlag": "example_value",
  "internalOrderEnabledFlag": "example_value",
  "creationDate": "example_value",
  "lastUpdateDate": "example_value"
}