- Fakturan.nu API 2 /
- Products /
- show
GET
/api/v2/products/:id
Show a product
Examples
GET /api/v2/products/20 200 { "data": { "id": 20, "product_code": "XYZ", "name": "My product", "unit": "kg", "price": "150.0", "price_inc_tax": "187.5", "tax": 25 } }