JavaScript
Products
Create product
Creates a new product.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Server API Key
Body
application/json
Create a product with a unique identifier, optional display name, description, and metadata.
The unique identifier for the entity
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$Display name of the product
Maximum string length:
255Description of the product
Maximum string length:
255Indicates if multiple subscriptions to this product are allowed
Additional metadata for the product
Response
The newly created product object.
Response object
Product configuration object
