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