Create product
Products
Create Product
POST
Create product
Overview
Create a new product in your tenant’s catalog. Products are automatically scoped to the tenant specified in the X-Tenant-ID header.Authorization
- User must be authenticated with a valid Bearer token
- User must be a member of the tenant
- Requires X-Tenant-ID header
Tenant Scoping
Products are automatically associated with the tenant from the X-Tenant-ID header. You don’t need to manually set the tenant_id in the request body.Example Usage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Tenant ID for multi-tenancy
Body
application/json
Response
201
Product created