cURL
Products
Get Product
Retrieve the details of a specific product
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.numeral.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Product Endpoint (2026-01-01)
Retrieve the details of a specific product using its ID.Remember to include the
X-API-Version: 2026-01-01 header in your request to use this API version.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
Product details
The type of object: tax.product.
Example:
"tax.product"
The ID of the created product
Example:
"p-20506"
The name of the created product
Example:
"Red Shoes"
The category of the created product
Example:
"CLOTHING_GENERAL"
Epoch datetime representing the date and time the product was created
Example:
1721694425
Epoch datetime representing the date and time the product was last updated
Example:
1721694425
True if using a production API key. False if using a test API key.
Example:
"true"