Schema Documentation

AddonQuantity

Description

"Quantity" addon field object.

Fields
Field NameDescription
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
quantityLimit - ProductAddonIntegerRange Mininum and maximum amounts that must be purchase upon application of this addon.
required - Boolean Is this field required?
titleFormat - ProductAddonTitleFormatEnum The way the title should be displayed.
type - ProductAddonFieldEnum Field type
Example
{"description":"xyz789","fieldName":"abc123","name":"xyz789","price":987.65,"priceType":"FLAT_FEE","quantityLimit":ProductAddonIntegerRange,"required":true,"titleFormat":"HEADING","type":"CHECKBOX"}