Schema Documentation
ProductAddonField
Description
Product Add-on object
Fields
Field Name | Description |
---|---|
description - String | Field description |
fieldName - String! | Field unique name |
name - String | Field name |
price - Float | Addon's price |
priceType - ProductAddonPriceAdjustEnum | Addon's method of price adjustment |
required - Boolean | Is this field required? |
titleFormat - ProductAddonTitleFormatEnum | The way the title should be displayed. |
type - ProductAddonFieldEnum | Field type |
Possible Types
ProductAddonField Types |
---|
Example
{"description":"abc123","fieldName":"xyz789","name":"abc123","price":987.65,"priceType":"FLAT_FEE","required":true,"titleFormat":"HEADING","type":"CHECKBOX"}