PATCH
/
products
/
{id}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
description
string | null

Description of the product, optional and must be at most 1000 characters.

license_key_activation_message
string | null

Message sent to the customer upon license key activation.

Only applicable if license_key_enabled is true. This message contains instructions for activating the license key.

license_key_activations_limit
integer | null

Limit for the number of activations for the license key.

Only applicable if license_key_enabled is true. Represents the maximum number of times the license key can be activated.

license_key_duration
object
license_key_enabled
boolean | null

Whether the product requires a license key.

If true, additional fields related to license key (duration, activations limit, activation message) become applicable.

name
string | null

Name of the product, optional and must be at most 100 characters.

price
object
tax_category
enum<string>

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

Available options:
digital_products,
saas,
e_book