Get Purchase
Purchases
Get Purchase
Get details of an individual purchase
GET
Get Purchase
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
Example:
"01J51S0JYV6N7K1030CV1ZKSCF"
The date and time of the purchase
Example:
"2024-01-01T00:00:00Z"
The total amount of the purchase
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Example:
"9.34"
The tax amount of the purchase
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Example:
"0.85"
The subtotal amount of the purchase
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Example:
"8.49"
The number of items in the purchase
Example:
1
The list of items in the purchase
Example:
Where the purchase was placed: 'online' (web/app orders, including pickup and delivery) or 'in_store' (point-of-sale receipt). Null when the source had no signal.
Available options:
online, in_store Example:
"online"