XentrDeveloper Docs
API ReferenceProducts

Create a new product

POST
/api/factories/{factoryId}/products
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/factories/string/products" \  -H "Content-Type: application/json" \  -d '{    "name": "Syringe Cap 10ml"  }'
Empty