Delivery

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
deliveryId integer Delivery identifier
name string Delivery name/number
statusCode string Delivery status code
initialPickupDate string Initial pickup date
ultimateDropoffDate string Ultimate dropoff date
customerId integer Customer identifier
shipToLocationId integer Ship-to location identifier
carrierId integer Carrier identifier
shipMethodCode string Ship method code
waybill string Waybill/tracking number
grossWeight number Gross weight
weightUomCode string Weight unit of measure
volume number Volume
volumeUomCode string Volume unit of measure
organizationId integer
creationDate string
lastUpdateDate string
View JSON Schema on GitHub

JSON Schema

oracle-e-business-suite-delivery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Delivery",
  "title": "Delivery",
  "type": "object",
  "properties": {
    "deliveryId": {
      "type": "integer",
      "description": "Delivery identifier",
      "example": "500123"
    },
    "name": {
      "type": "string",
      "description": "Delivery name/number",
      "example": "Example Title"
    },
    "statusCode": {
      "type": "string",
      "description": "Delivery status code",
      "enum": [
        "OP",
        "PA",
        "SA",
        "CO",
        "IT",
        "CL"
      ],
      "example": "OP"
    },
    "initialPickupDate": {
      "type": "string",
      "format": "date",
      "description": "Initial pickup date",
      "example": "2026-01-15"
    },
    "ultimateDropoffDate": {
      "type": "string",
      "format": "date",
      "description": "Ultimate dropoff date",
      "example": "2026-01-15"
    },
    "customerId": {
      "type": "integer",
      "description": "Customer identifier",
      "example": "500123"
    },
    "shipToLocationId": {
      "type": "integer",
      "description": "Ship-to location identifier",
      "example": "500123"
    },
    "carrierId": {
      "type": "integer",
      "description": "Carrier identifier",
      "example": "500123"
    },
    "shipMethodCode": {
      "type": "string",
      "description": "Ship method code",
      "example": "example_value"
    },
    "waybill": {
      "type": "string",
      "description": "Waybill/tracking number",
      "example": "example_value"
    },
    "grossWeight": {
      "type": "number",
      "format": "double",
      "description": "Gross weight",
      "example": 42.5
    },
    "weightUomCode": {
      "type": "string",
      "description": "Weight unit of measure",
      "example": "example_value"
    },
    "volume": {
      "type": "number",
      "format": "double",
      "description": "Volume",
      "example": 42.5
    },
    "volumeUomCode": {
      "type": "string",
      "description": "Volume unit of measure",
      "example": "example_value"
    },
    "organizationId": {
      "type": "integer",
      "example": "500123"
    },
    "creationDate": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:30:00Z"
    },
    "lastUpdateDate": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:30:00Z"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-e-business-suite-delivery"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.