v1
latestOpenAPI 3.0.1MIT2026-07-26286592.7 KBCreate and categorize a new product
post/tax/products
Request body
Example request
{
"reference_product_id": "p-123456789",
"reference_product_name": "Red Shoes",
"product_category": "CLOTHING_GENERAL"
}Response
Product creation response
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
}