SAP Sales and Distribution (SD) · Example Payload

Sap Sd Create Sales Order Example

DistributionERPODataS/4HANASalesSAP

Sap Sd Create Sales Order Example is an example object payload from SAP Sales and Distribution (SD), with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_SALES_ORDER_SRV/A_SalesOrder",
    "headers": {
      "APIKey": "{{SAP_SD_API_KEY}}",
      "Content-Type": "application/json",
      "Accept": "application/json",
      "x-csrf-token": "{{csrf_token}}"
    },
    "body": {
      "SalesOrderType": "OR",
      "SalesOrganization": "1710",
      "DistributionChannel": "10",
      "OrganizationDivision": "00",
      "SoldToParty": "0000001000",
      "PurchaseOrderByCustomer": "PO-2024-003",
      "RequestedDeliveryDate": "/Date(1730500000000)/",
      "to_Item": {
        "results": [
          {
            "SalesOrderItem": "000010",
            "Material": "TG11",
            "RequestedQuantity": "5",
            "RequestedQuantityUnit": "EA",
            "NetAmount": "500.00"
          }
        ]
      }
    }
  },
  "response": {
    "status": 201,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "d": {
        "SalesOrder": "0000000012",
        "SalesOrderType": "OR",
        "SoldToParty": "0000001000",
        "SalesOrganization": "1710",
        "DistributionChannel": "10",
        "OrganizationDivision": "00",
        "PurchaseOrderByCustomer": "PO-2024-003",
        "RequestedDeliveryDate": "/Date(1730500000000)/",
        "TotalNetAmount": "500.00",
        "TransactionCurrency": "USD",
        "SalesOrderDate": "/Date(1730000000000)/",
        "OverallSDProcessStatus": "A",
        "__metadata": {
          "type": "API_SALES_ORDER_SRV.A_SalesOrderType",
          "uri": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_SALES_ORDER_SRV/A_SalesOrder('0000000012')"
        }
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/sap-sd-create-sales-order-example"
All examples
curl "https://apis.io/api/v1/examples?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.