JavaScript
Addons
Create an addon
Creates a new addon in draft status, associated with a specific 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
Request to create a new addon
The unique identifier for the entity
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$The display name of the package
Maximum string length:
255The product id of the package
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$The description of the package
Maximum string length:
255The pricing type of the package
Available options:
FREE, PAID, CUSTOM The unique identifier for the entity in the billing provider
Maximum string length:
255The maximum quantity of this addon that can be added to a subscription
The status of the package
Available options:
DRAFT, PUBLISHED, ARCHIVED Metadata associated with the entity
Response
The newly created addon object.
Response object
Addon configuration object
