About Products

Overview

Products fall in one of two general categories:

  • One-time products are eligible for one-time sale. After a customer pays for the product, they own it forever.
  • Recurring products require a subscription. The customer must pay for the subscription regularly to keep using the product. To learn more, read About Subscriptions.

Product object

A product object can have the following properties:

NameTypeDescription
idStringThe product ID
nameStringThe product name
descriptionStringThe product description
statementDescriptorStringThe description that will be displayed in a bank account or credit card statement when the product is purchased.
unitLabelStringUnit label
imageUrlStringURL of the product image
productPricesObject ArrayAn array of product price objects
isActiveBooleanIf True, the product is active.
setupFeeNumberAn optional fee for the set-up of the product
metadataObject ArrayAny custom properties that need to be added to a product record. The metadata objects are key-value pairs.
createdDateDateTimeDate the product record was created
updatedDateDateTimeDate the product record was last updated
isActionsDisabledBooleanIf True, the actions is disabled.
enableAffiliateProgramBooleanIf True, the product is active for affiliate program.
isFavoriteBooleanIf True, the product is favorite.