Otter · Schema

InventorySummary

The inventory summary for a specific product.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
id string A unique identifier for the product.
gtin object
name string The name of the product.
slug string short, unique human-readable id for the product
externalId string id of the product provided by the seller
sellableQuantity integer The total quantity of the product ready to be sold. Does not include pending or in-progress shipments.
unsellableQuantity integer The total quantity of the product that is in the facility but unable to be sold. This will include inventory that is damaged, expired or otherwise unsellable.
inboundQuantity integer The total quantity of the product inbound to the facility or waiting at the facility to be processed.
View JSON Schema on GitHub

JSON Schema

public-api-inventory-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InventorySummary",
  "description": "The inventory summary for a specific product.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-inventory-summary-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "A unique identifier for the product.",
      "example": "ZDlhYTc1NjUtMzU3Z"
    },
    "gtin": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-gtin-schema.json"
    },
    "name": {
      "type": "string",
      "description": "The name of the product.",
      "example": "Coca-Cola Classic Coke Soft Drink 12 oz. can"
    },
    "slug": {
      "type": "string",
      "description": "short, unique human-readable id for the product",
      "example": "coca-cola-classic-soft-drink-12-oz-can"
    },
    "externalId": {
      "type": "string",
      "description": "id of the product provided by the seller",
      "example": "some-id-from-a-vendor-123"
    },
    "sellableQuantity": {
      "type": "integer",
      "description": "The total quantity of the product ready to be sold. Does not include pending or in-progress shipments.",
      "example": 42
    },
    "unsellableQuantity": {
      "type": "integer",
      "description": "The total quantity of the product that is in the facility but unable to be sold. This will include inventory that is damaged, expired or otherwise unsellable.",
      "example": 42
    },
    "inboundQuantity": {
      "type": "integer",
      "description": "The total quantity of the product inbound to the facility or waiting at the facility to be processed.",
      "example": 8
    }
  },
  "required": [
    "id",
    "name",
    "sellableQuantity"
  ]
}

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/public-api-inventory-summary"
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.