cURL
curl --request GET \ --url https://api.numeralhq.com/tax/products/{reference_product_id} \ --header 'Authorization: Bearer <token>'
{ "object": "tax.product", "reference_product_id": "p-20506", "reference_product_name": "Red Shoes", "product_category": "CLOTHING_GENERAL", "created_at": 1721694425, "updated_at": 1721694425, "testmode": "true" }
Retrieve the details of a specific product
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the product to retrieve
Product details
The response is of type object.
object