Getting a sales transaction by ID
Learn how to get a sales transaction by identifier.
You can use the get Sales Transactions by ID 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.
Setting sales transaction path parameter
The following table lists the required parameters you can provide to get Sales Transactions by ID request.
Parameter | Required/Optional | Description |
---|---|---|
| Required | Unique sales transaction identifier. |
Get sales transaction by ID request and response example
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'll be able to 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 Sales Transaction object:
Last updated