POST
/
products

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
price
object
required
tax_category
enum<string>
required

Represents the different categories of taxation applicable to various products and services.

Available options:
digital_products,
saas,
e_book
description
string | null

Optional description of the product

license_key_activation_message
string | null

Optional message displayed during license key activation

license_key_activations_limit
integer | null

The number of times the license key can be activated. Must be 0 or greater

license_key_duration
object
license_key_enabled
boolean | null

When true, generates and sends a license key to your customer. Defaults to false

name
string | null

Optional name of the product

Response

200 - application/json
business_id
string
required

Unique identifier for the business to which the product belongs.

created_at
string
required

Timestamp when the product was created.

is_recurring
boolean
required

Indicates if the product is recurring (e.g., subscriptions).

license_key_enabled
boolean
required

Indicates whether the product requires a license key.

price
object
required
product_id
string
required

Unique identifier for the product.

tax_category
enum<string>
required

Represents the different categories of taxation applicable to various products and services.

Available options:
digital_products,
saas,
e_book
updated_at
string
required

Timestamp when the product was last updated.

description
string | null

Description of the product, optional.

image
string | null

URL of the product image, optional.

license_key_activation_message
string | null

Message sent upon license key activation, if applicable.

license_key_activations_limit
integer | null

Limit on the number of activations for the license key, if enabled.

license_key_duration
object
name
string | null

Name of the product, optional.