CartItemProductFieldsForm
Product fields form containing cart item details
This page contains
Fields
isvIdentifier: String | Unique identifier for the ISV (Independent Software Vendor) owning the product |
context: CartFieldsFormContext! | Form context level - CART_LEVEL indicates shared data across items from same ISV, ITEM_LEVEL is specific to individual items |
title: String | Form title |
subTitle: String | Form subtitle |
showFormControlLabel: String | Label for the form visibility checkbox control |
hiddenByDefault: Boolean | Weather form should be hidden by default |
fields: [CartField!]! | List of form fields |
Parent objects of CartItemProductFieldsForm
CartItemProductFields | Product fields associated with a cart item |