SAP Product (Material Master)

Schema for SAP S/4HANA Product entity (A_Product) from the API_PRODUCT_SRV OData service. Represents a material master record used across procurement, manufacturing, and sales processes.

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
Product string Material number
ProductType string Material type (FERT=Finished Product, HALB=Semi-Finished, ROH=Raw Material, HAWA=Trading Goods)
ProductGroup string Material group
BaseUnit string Base unit of measure
GrossWeight string Gross weight
NetWeight string Net weight
WeightUnit string Weight unit
Volume string Volume
VolumeUnit string Volume unit
Division string Division
IndustryStandardName string EAN/UPC code
ProductStandardID string Global Trade Item Number (GTIN)
CreationDate string Creation date
LastChangeDate string Date of last change
IsMarkedForDeletion boolean Deletion flag
SizeOrDimensionText string Size/dimensions text
View JSON Schema on GitHub

JSON Schema

sap-sd-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sap.com/schemas/sap-sd-product",
  "title": "SAP Product (Material Master)",
  "description": "Schema for SAP S/4HANA Product entity (A_Product) from the API_PRODUCT_SRV OData service. Represents a material master record used across procurement, manufacturing, and sales processes.",
  "type": "object",
  "properties": {
    "Product": {
      "type": "string",
      "maxLength": 40,
      "description": "Material number"
    },
    "ProductType": {
      "type": "string",
      "maxLength": 4,
      "description": "Material type (FERT=Finished Product, HALB=Semi-Finished, ROH=Raw Material, HAWA=Trading Goods)"
    },
    "ProductGroup": {
      "type": "string",
      "maxLength": 9,
      "description": "Material group"
    },
    "BaseUnit": {
      "type": "string",
      "maxLength": 3,
      "description": "Base unit of measure"
    },
    "GrossWeight": {
      "type": "string",
      "description": "Gross weight"
    },
    "NetWeight": {
      "type": "string",
      "description": "Net weight"
    },
    "WeightUnit": {
      "type": "string",
      "maxLength": 3,
      "description": "Weight unit"
    },
    "Volume": {
      "type": "string",
      "description": "Volume"
    },
    "VolumeUnit": {
      "type": "string",
      "maxLength": 3,
      "description": "Volume unit"
    },
    "Division": {
      "type": "string",
      "maxLength": 2,
      "description": "Division"
    },
    "IndustryStandardName": {
      "type": "string",
      "maxLength": 18,
      "description": "EAN/UPC code"
    },
    "ProductStandardID": {
      "type": "string",
      "maxLength": 18,
      "description": "Global Trade Item Number (GTIN)"
    },
    "CreationDate": {
      "type": "string",
      "format": "date",
      "description": "Creation date"
    },
    "LastChangeDate": {
      "type": "string",
      "format": "date",
      "description": "Date of last change"
    },
    "IsMarkedForDeletion": {
      "type": "boolean",
      "description": "Deletion flag"
    },
    "SizeOrDimensionText": {
      "type": "string",
      "maxLength": 32,
      "description": "Size/dimensions text"
    }
  },
  "required": ["Product"]
}

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/sap-sd-product"
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 email required.

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