Purchases
Get Purchase
Retrieve purchase details by id
GET
Authorizations
A connection-specific token with access scope
Headers
The client's API key secret value
Path Parameters
Response
200
application/json
Successful Response
The unique identifier for the purchase
Example:
"01J51S0JYV6N7K1030CV1ZKSCA"
The date and time of the purchase
Example:
"2024-01-01T00:00:00Z"
The total amount of the purchase
Example:
"100.00"
The tax amount of the purchase
Example:
"10.00"
The subtotal amount of the purchase
Example:
"90.00"
The list of items in the purchase
Example:
[
{
"description": "32oz bottle of water",
"item_id": "01J51S0JYV6N7K1030CV1ZKSCA",
"price": "1.00",
"quantity": 1
}
]