Getting a sales transaction by ID
Learn how to get a sales transaction by identifier.
Last updated
Learn how to get a sales transaction by identifier.
Last updated
You can use the request to retrieve a specific sales transaction. This operation allows you to gather detailed information about a sales transaction using its unique identifier. It is useful for tracking, auditing, or supporting sales activities. Ensure you have the necessary permissions and the transaction ID to make a successful request.
The following table lists the required parameters you can provide to get Sales Transactions by ID request.
id
Required
Unique sales transaction identifier.
To obtain details about a specific sales transaction, you can send a GET /sales-transactions
request with the sales transaction's unique identifier. This section provides an example of how to make such a request and the expected JSON response structure. By following this guide, you can retrieve comprehensive information about a sales transaction, which can assist in various sales-related operations like tracking or auditing.
To retrieve details of a sales transaction, you must supply the unique identifier of the sales transaction with the GET
request:
A 200 OK
response returns the object: