Products
Find a Product
Retrieve the details of a specific product
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the product to retrieve
Response
200
application/json
Product details
The type of object: tax.product
.
The ID of the created product
The name of the created product
The category of the created product
Epoch datetime representing the date and time the product was created
Epoch datetime representing the date and time the product was last updated
True
if using a production API key. False
if using a test API key.