What defines a Subscription product?
A Subscription product bills the customer recurringly on a defined cycle — weekly, monthly, yearly, and so on — rather than as a one-off purchase. It's used for memberships, SaaS-style plans, recurring deliveries, and any "pay again each period" model. Its configuration (SubscriptionDetail) sets the billing cycle and interval, an optional trial, and the billing mode. The first period is…
A Subscription product bills the customer recurringly on a defined cycle — weekly, monthly, yearly, and so on — rather than as a one-off purchase. It's used for memberships, SaaS-style plans, recurring deliveries, and any "pay again each period" model. Its configuration (SubscriptionDetail) sets the billing cycle and interval, an optional trial, and the billing mode. The first period is paid at checkout, and thereafter a scheduled process invoices each due cycle, handling renewals, failures, and cancellations through a defined lifecycle.