Passer au contenu principal
GET
JavaScript

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

Product Id

Réponse

Product Details

brand_id
string
requis
business_id
string
requis

Unique identifier for the business to which the product belongs.

created_at
string<date-time>
requis

Timestamp when the product was created.

credit_entitlements
object[]
requis

Attached credit entitlements with settings

entitlements
object[]
requis

Attached entitlements (integration-based access grants)

is_recurring
boolean
requis

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

license_key_enabled
boolean
requis
obsolète

Indicates whether the product requires a license key.

metadata
Metadata · object
requis

Additional custom data associated with the product

price
One Time Price · object
requis

Pricing information for the product.

product_id
string
requis

Unique identifier for the product.

tax_category
enum<string>
requis

Tax category associated with the product.

Options disponibles:
digital_products,
saas,
e_book,
edtech
updated_at
string<date-time>
requis

Timestamp when the product was last updated.

addons
string[] | null

Available Addons for subscription products

description
string | null

Description of the product, optional.

digital_product_delivery
null | Digital Product Delivery · object

Digital-product-delivery payload, present on grants for digital_files entitlements. Each file carries a short-lived presigned download URL.

image
string | null

URL of the product image, optional.

license_key_activation_message
string | null
obsolète

Message sent upon license key activation, if applicable.

license_key_activations_limit
integer<int32> | null
obsolète

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

license_key_duration
null | License Key Duration · object

Duration of the license key validity, if enabled.

name
string | null

Name of the product, optional.

pricing_mode
null | enum<string>

Pricing mode for localized pricing. NULL means base-only (no localized rules apply).

Options disponibles:
by_currency,
by_country
product_collection_id
string | null

The product collection ID this product belongs to, if any

Dernière modification le 1 avril 2026