API Reference

This endpoint retrieves a list of sales orders recorded in the SAP system. It is commonly used for integrations with external platforms—such as customer portals, CRM systems, or analytics tools—that require access to up-to-date commercial transaction data. It enables effective sales tracking, data reconciliation, and operational visibility. Core Functionality: Fetches sales orders based on filter criteria such as date range, order status, customer ID, sales organization, or document number. Returns structured data for each order, including general order information, customer details, order status, key dates (e.g., creation, requested delivery), and monetary totals. Example Input Parameters: StartDate: Start date for the order search. EndDate: End date for the order search. CustomerID: ID of the specific customer. SalesOrg: Sales organization filter. Status: Order status (e.g., Open, Completed, Cancelled). Example Output Fields: SalesOrderID CustomerName OrderStatus OrderDate DeliveryDate TotalAmount Currency Use Cases: Customer self-service portals showing recent sales orders. Synchronizing orders into a CRM or BI system. Monitoring order fulfillment status across systems.

Log in to see full request history
Query Params
string

Unique identifier from sales order

Headers
string
required

Name of the ERP or accounting software from which you want to get the information sap

string
required

If you send the x-connection, the connection will already be secured, and there will be no need to send the connection headers for each software.

string

User of ERP API connection For Netsuite and Business central use: null

string

Apikey or token of ERP API connection For Netsuite and Business central use: null

string

Url of the ERP server to consult

string

ERP database name

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json