Zum Hauptinhalt springen
GET
JavaScript

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

id
string
erforderlich

Product Id

Antwort

Product Details

brand_id
string
erforderlich
business_id
string
erforderlich

Unique identifier for the business to which the product belongs.

created_at
string<date-time>
erforderlich

Timestamp when the product was created.

credit_entitlements
object[]
erforderlich

Attached credit entitlements with settings

entitlements
object[]
erforderlich

Attached entitlements (integration-based access grants)

is_recurring
boolean
erforderlich

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

license_key_enabled
boolean
erforderlich
veraltet

Indicates whether the product requires a license key.

metadata
Metadata · object
erforderlich

Additional custom data associated with the product

price
One Time Price · object
erforderlich

Pricing information for the product.

product_id
string
erforderlich

Unique identifier for the product.

tax_category
enum<string>
erforderlich

Tax category associated with the product.

Verfügbare Optionen:
digital_products,
saas,
e_book,
edtech
updated_at
string<date-time>
erforderlich

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
veraltet

Message sent upon license key activation, if applicable.

license_key_activations_limit
integer<int32> | null
veraltet

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).

Verfügbare Optionen:
by_currency,
by_country
product_collection_id
string | null

The product collection ID this product belongs to, if any

Zuletzt geändert am 1. April 2026