ProductBase
- Type: string
name max length:5000requiredThe product's name, meant to be displayable to the customer.
- Type: boolean
active Whether the product is currently available for purchase. Defaults to
true. - Type: string
description max length:40000The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes.
- Type: string
unit _label max length:12A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.

