ProductAttributes

Attributes of the ProductAttributes type

Attributes for creating and updating a product

{
  "name": "",
  "code": "",
  "platformId": "456123",
  "everythingInPlus": true,
  "description": "",
  "internalNotes": "",
  "productCategoryId": "456123",
  "showProductNameOnLineItem": true,
  "plansToDisplay": 123
}
Name
Type
Description

name

String

code

String

platformId

ID

everythingInPlus

Boolean

Lays out plan features in typical everything-in-X-plus style

description

String

internalNotes

String

productCategoryId

ID

showProductNameOnLineItem

Boolean

Prefix quote and invoice line items with product name

plansToDisplay

Int

Number of plans to display at once on the product page

Last updated

Was this helpful?