Products
Create Product
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The product ID of the product to create, used to identify the product in the API
The name of the product
Whether the product is an add-on and can be purchased alongside other products
Whether the product should be attached by default to new customers
Response
201 - application/json
Product created successfully
Autumn's internal ID of the product
The timestamp of when the product was created
The ID of the product you set when creating the product
The name of the product
The environment of the product
Available options:
production
, sandbox
Whether the product is an add-on and can be purchased alongside other products
Whether the product is the default product
The group of the product
The version of the product