v1
latestOpenAPI 3.0.1MIT2026-07-26286592.7 KBRetrieve the details of a specific product
get/tax/products/{reference_product_id}
Path parameters
reference_product_idstring required
The ID of the product to retrieve
Response
Product details
Example response
{
"object": "tax.product",
"reference_product_id": "p-20506",
"reference_product_name": "Red Shoes",
"product_category": "CLOTHING_GENERAL",
"created_at": 1721694425,
"updated_at": 1721694425
}