Oracle Retail · JSON Structure

Oracle Retail Structure

Structural overview of the Oracle Retail API surface; extracted from openapi/.

Type: Properties: 0
RetailMerchandisingOrder ManagementPricingInventoryPoint-of-SaleOmnichannelOracle

Oracle Retail Structure is a JSON Structure definition published by Oracle Retail.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Oracle Retail",
  "providerId": "oracle-retail",
  "kind": "json-structure",
  "description": "Structural overview of the Oracle Retail API surface; extracted from openapi/.",
  "schemaCount": 10,
  "operationCount": 9,
  "schemas": [
    {
      "name": "Item",
      "type": "object",
      "propertyCount": 19,
      "required": []
    },
    {
      "name": "ItemCreate",
      "type": "object",
      "propertyCount": 8,
      "required": [
        "item",
        "itemDesc",
        "dept",
        "class",
        "subclass"
      ]
    },
    {
      "name": "ItemUpdate",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "PurchaseOrder",
      "type": "object",
      "propertyCount": 13,
      "required": []
    },
    {
      "name": "PurchaseOrderCreate",
      "type": "object",
      "propertyCount": 7,
      "required": [
        "supplier",
        "orderDate",
        "currencyCode"
      ]
    },
    {
      "name": "PurchaseOrderDetail",
      "type": null,
      "propertyCount": 0,
      "required": []
    },
    {
      "name": "PurchaseOrderLine",
      "type": "object",
      "propertyCount": 10,
      "required": []
    },
    {
      "name": "Supplier",
      "type": "object",
      "propertyCount": 15,
      "required": []
    },
    {
      "name": "InventoryPosition",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "Error",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/items",
      "operationId": "listItems",
      "summary": "List items",
      "tags": [
        "Items"
      ]
    },
    {
      "method": "POST",
      "path": "/items",
      "operationId": "createItem",
      "summary": "Create an item",
      "tags": [
        "Items"
      ]
    },
    {
      "method": "GET",
      "path": "/items/{item}",
      "operationId": "getItem",
      "summary": "Get an item",
      "tags": [
        "Items"
      ]
    },
    {
      "method": "PUT",
      "path": "/items/{item}",
      "operationId": "updateItem",
      "summary": "Update an item",
      "tags": [
        "Items"
      ]
    },
    {
      "method": "GET",
      "path": "/purchaseorders",
      "operationId": "listPurchaseOrders",
      "summary": "List purchase orders",
      "tags": [
        "PurchaseOrders"
      ]
    },
    {
      "method": "POST",
      "path": "/purchaseorders",
      "operationId": "createPurchaseOrder",
      "summary": "Create a purchase order",
      "tags": [
        "PurchaseOrders"
      ]
    },
    {
      "method": "GET",
      "path": "/purchaseorders/{orderId}",
      "operationId": "getPurchaseOrder",
      "summary": "Get a purchase order",
      "tags": [
        "PurchaseOrders"
      ]
    },
    {
      "method": "GET",
      "path": "/suppliers",
      "operationId": "listSuppliers",
      "summary": "List suppliers",
      "tags": [
        "Suppliers"
      ]
    },
    {
      "method": "GET",
      "path": "/inventory",
      "operationId": "getInventory",
      "summary": "Query inventory positions",
      "tags": [
        "Inventory"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/oracle-retail-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.