ProductBase

  • name
    Type: string
    max length:  
    5000
    required

    The product's name, meant to be displayable to the customer.

  • active
    Type: boolean

    Whether the product is currently available for purchase. Defaults to true.

  • description
    Type: string
    max length:  
    40000

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

  • unit_label
    Type: string
    max length:  
    12

    A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.