SalesOrderItem

Sales order item entity (A_SalesOrderItem)

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
SalesOrder string Sales order number
SalesOrderItem string Sales order item number
SalesOrderItemCategory string Sales document item category
SalesOrderItemText string Short text for the sales order item
Material string Material number
MaterialByCustomer string Material number used by customer
PricingDate string Pricing date
RequestedQuantity string Cumulative order quantity in sales units
RequestedQuantityUnit string Sales unit
NetAmount string Net value of the item in document currency
TransactionCurrency string SD document currency
MaterialGroup string Material group
Batch string Batch number
Plant string Plant (delivering)
StorageLocation string Storage location
ShippingPoint string Shipping point / receiving point
DeliveryGroup string Delivery group
ItemBillingBlockReason string Billing block for the item
SDProcessStatus string Overall processing status of the item
DeliveryStatus string Delivery status
OrderRelatedBillingStatus string Billing status
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-salesorderitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SalesOrderItem",
  "title": "SalesOrderItem",
  "type": "object",
  "description": "Sales order item entity (A_SalesOrderItem)",
  "properties": {
    "SalesOrder": {
      "type": "string",
      "maxLength": 10,
      "description": "Sales order number"
    },
    "SalesOrderItem": {
      "type": "string",
      "maxLength": 6,
      "description": "Sales order item number"
    },
    "SalesOrderItemCategory": {
      "type": "string",
      "maxLength": 4,
      "description": "Sales document item category"
    },
    "SalesOrderItemText": {
      "type": "string",
      "maxLength": 40,
      "description": "Short text for the sales order item"
    },
    "Material": {
      "type": "string",
      "maxLength": 40,
      "description": "Material number"
    },
    "MaterialByCustomer": {
      "type": "string",
      "maxLength": 35,
      "description": "Material number used by customer"
    },
    "PricingDate": {
      "type": "string",
      "format": "date",
      "description": "Pricing date"
    },
    "RequestedQuantity": {
      "type": "string",
      "description": "Cumulative order quantity in sales units"
    },
    "RequestedQuantityUnit": {
      "type": "string",
      "maxLength": 3,
      "description": "Sales unit"
    },
    "NetAmount": {
      "type": "string",
      "description": "Net value of the item in document currency"
    },
    "TransactionCurrency": {
      "type": "string",
      "maxLength": 5,
      "description": "SD document currency"
    },
    "MaterialGroup": {
      "type": "string",
      "maxLength": 9,
      "description": "Material group"
    },
    "Batch": {
      "type": "string",
      "maxLength": 10,
      "description": "Batch number"
    },
    "Plant": {
      "type": "string",
      "maxLength": 4,
      "description": "Plant (delivering)"
    },
    "StorageLocation": {
      "type": "string",
      "maxLength": 4,
      "description": "Storage location"
    },
    "ShippingPoint": {
      "type": "string",
      "maxLength": 4,
      "description": "Shipping point / receiving point"
    },
    "DeliveryGroup": {
      "type": "string",
      "maxLength": 3,
      "description": "Delivery group"
    },
    "ItemBillingBlockReason": {
      "type": "string",
      "maxLength": 2,
      "description": "Billing block for the item"
    },
    "SDProcessStatus": {
      "type": "string",
      "maxLength": 1,
      "description": "Overall processing status of the item"
    },
    "DeliveryStatus": {
      "type": "string",
      "maxLength": 1,
      "description": "Delivery status"
    },
    "OrderRelatedBillingStatus": {
      "type": "string",
      "maxLength": 1,
      "description": "Billing status"
    }
  }
}

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-sales-and-distribution-sd-salesorderitem"
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.