get-sales-orders
Retrieve sales orders from SAP S/4HANA with net value, currency, and processing status, sorted by order number. Filter by customer or request specific fields to get exactly the data needed.
Instructions
List Sales Orders from SAP S/4HANA, including net value, currency and processing status. Returns the first N in ascending Sales Order number order. Pass fields to return different columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | How many records to return. Defaults to 5. Large values produce large results — roughly 60 tokens per record — so keep this small unless you need the whole set. An empty result array means nothing matched. | |
| fields | No | Field names to return instead of the default set (this becomes the OData $select). Use list-entity-fields to see what is available. | |
| soldToParty | No | Only return orders for this sold-to party (customer) number. |