Otter · Schema

SkuDetails

Details of the product being prepared or a pre-packaged good being sold. Includes information such as UPC barcode, unique identifiers, or classification information.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
skuSlug string A system-unique, human-readable identifier for the product.
skuId string A unique identifier for the product.
barcodes array Barcodes for this product.
dietaryClassifications array All dietary classifications that apply to the product.
allergenClassifications array All allergens that are present in the product.
storageRequirements array All storage requirements that apply to the product.
additives array All additives present in the item. Additives are free strings.
countryOfOriginIso2 string The 2-letter country ISO2 code for where the product originated from.
containsAlcohol boolean Indicates whether or not this product contains alcohol.
nutritionalInfo object The nutritional information for the product.
servings object The number of servings for the product.
producerInformation string Information about the producer of this product. May or may not be the same as the distributor.
distributorInformation string Information about the distributor of this product. May or may not be the same as the producer.
View JSON Schema on GitHub

JSON Schema

public-api-sku-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SkuDetails",
  "description": "Details of the product being prepared or a pre-packaged good being sold. Includes information such as UPC barcode, unique identifiers, or classification information.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-sku-details-schema.json",
  "type": "object",
  "properties": {
    "skuSlug": {
      "type": "string",
      "description": "A system-unique, human-readable identifier for the product.",
      "example": "russet-potato-fries-200g"
    },
    "skuId": {
      "type": "string",
      "description": "A unique identifier for the product.",
      "example": "3bac7aed-c8c1-4bfa-a98a-350317e55072"
    },
    "barcodes": {
      "type": "array",
      "description": "Barcodes for this product.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-sku-barcode-schema.json"
      }
    },
    "dietaryClassifications": {
      "type": "array",
      "description": "All dietary classifications that apply to the product.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-dietary-classification-schema.json"
      }
    },
    "allergenClassifications": {
      "type": "array",
      "description": "All allergens that are present in the product.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-allergen-classification-schema.json"
      }
    },
    "storageRequirements": {
      "type": "array",
      "description": "All storage requirements that apply to the product.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-storage-requirement-schema.json"
      }
    },
    "additives": {
      "type": "array",
      "default": [],
      "description": "All additives present in the item. Additives are free strings.",
      "items": {
        "type": "string"
      },
      "example": [
        "flavor enhancers",
        "emulsifiers",
        "antioxidants"
      ]
    },
    "countryOfOriginIso2": {
      "maxLength": 2,
      "minLength": 2,
      "type": "string",
      "description": "The 2-letter country ISO2 code for where the product originated from.",
      "example": [
        "US",
        "CN",
        "DE"
      ]
    },
    "containsAlcohol": {
      "type": "boolean",
      "description": "Indicates whether or not this product contains alcohol.",
      "example": true
    },
    "nutritionalInfo": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-nutritional-info-schema.json",
      "description": "The nutritional information for the product."
    },
    "servings": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-servings-schema.json",
      "description": "The number of servings for the product."
    },
    "producerInformation": {
      "type": "string",
      "description": "Information about the producer of this product. May or may not be the same as the distributor.",
      "example": "The Coca-Cola Company"
    },
    "distributorInformation": {
      "type": "string",
      "description": "Information about the distributor of this product. May or may not be the same as the producer.",
      "example": "The Coca-Cola Company"
    }
  }
}

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-sku-details"
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.