SAP Sales and Distribution (SD) · Example Payload
Sap Sd List Sales Orders Example
DistributionERPODataS/4HANASalesSAP
Sap Sd List Sales Orders 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
{
"request": {
"method": "GET",
"url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_SALES_ORDER_SRV/A_SalesOrder",
"headers": {
"APIKey": "{{SAP_SD_API_KEY}}",
"Accept": "application/json"
},
"queryParameters": {
"$top": "10",
"$filter": "SalesOrderType eq 'OR'",
"$select": "SalesOrder,SalesOrderType,SoldToParty,TotalNetAmount,TransactionCurrency,SalesOrderDate",
"$orderby": "SalesOrderDate desc"
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": {
"d": {
"results": [
{
"SalesOrder": "0000000010",
"SalesOrderType": "OR",
"SoldToParty": "0000001000",
"ShipToParty": "0000001000",
"SalesOrganization": "1710",
"DistributionChannel": "10",
"OrganizationDivision": "00",
"PurchaseOrderByCustomer": "PO-2024-001",
"RequestedDeliveryDate": "/Date(1730000000000)/",
"TotalNetAmount": "1250.00",
"TransactionCurrency": "USD",
"SalesOrderDate": "/Date(1729900000000)/",
"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('0000000010')"
}
},
{
"SalesOrder": "0000000011",
"SalesOrderType": "OR",
"SoldToParty": "0000001001",
"ShipToParty": "0000001001",
"SalesOrganization": "1710",
"DistributionChannel": "10",
"OrganizationDivision": "00",
"PurchaseOrderByCustomer": "PO-2024-002",
"RequestedDeliveryDate": "/Date(1730100000000)/",
"TotalNetAmount": "3750.00",
"TransactionCurrency": "USD",
"SalesOrderDate": "/Date(1729950000000)/",
"OverallSDProcessStatus": "B",
"__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('0000000011')"
}
}
]
}
}
}
}
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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/sap-sd-list-sales-orders-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 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.