OrderProduct

February 25, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescription
metadataDict[str, models.MetadataOutputType]:heavy_check_mark:N/A
idstr:heavy_check_mark:The ID of the object.
created_atdate:heavy_check_mark:Creation timestamp of the object.
modified_atdate:heavy_check_mark:Last modification timestamp of the object.
trial_intervalNullable[models.TrialInterval]:heavy_check_mark:The interval unit for the trial period.
trial_interval_countNullable[int]:heavy_check_mark:The number of interval units for the trial period.
namestr:heavy_check_mark:The name of the product.
descriptionNullable[str]:heavy_check_mark:The description of the product.
visibilitymodels.ProductVisibility:heavy_check_mark:N/A
recurring_intervalNullable[models.SubscriptionRecurringInterval]:heavy_check_mark:The recurring interval of the product. If None, the product is a one-time purchase.
recurring_interval_countNullable[int]:heavy_check_mark:Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.
is_recurringbool:heavy_check_mark:Whether the product is a subscription.
is_archivedbool:heavy_check_mark:Whether the product is archived and no longer available.
organization_idstr:heavy_check_mark:The ID of the organization owning the product.