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:
"9.34"
The tax amount of the purchase
Examples:
"0.85"
The subtotal amount of the purchase
Examples:
"8.49"
The number of items in the purchase
Examples:
1
The list of items in the purchase
Examples:
[
{
"brand": "diet-coke",
"description": "Diet Coke - 12pk/12oz cans",
"gtin": "049000028911",
"name": "Diet Coke 12pk",
"price": "8.49",
"product_id": "01J51S0JYV6N7K1030CV1ZKSCA",
"quantity": 1
}
]