Getting a sales summary by ID
Learn how to get a sales summary by identifier.
Obtaining a detailed view of sales summaries is crucial for managing and analyzing your sales data. By retrieving a sales summary using its unique identifier, you can access comprehensive information that supports informed decision-making and strategic planning for your business. This process is straightforward and involves sending a request with the necessary parameters. The following sections describe how to perform this operation effectively.
Setting sales summary path parameter
The following table lists the required parameters you can provide in a get Sales Summary by ID request.
Parameter | Required/Optional | Description |
---|---|---|
id | Required | Unique sales summary identifier. |
Get sales summary by ID request and response
To obtain a sales summary by ID, you can send a GET /sales-summaries
request with the sales summary's unique ID. The response will provide detailed information about the sales summary, allowing you to evaluate and use this data for your business operations.
To retrieve details of a sales summary, you must supply the unique identifier of the sales summary:
A 200 OK
response returns the Sales Summary object.
Last updated