OBJECT
OnlineFormProductServicesProperty
link GraphQL Schema definition
- type OnlineFormProductServicesProperty {
- # If true, the combined total amount of the selected products is shown.
- : Boolean!
- # If true, product images are shown in the product list.
- : Boolean!
- # If true, the number of products that can be selected is limited (see
- # maxSelectedProducts).
- : Boolean!
- # Maximum number of products that can be selected when the selection limit is
- # enabled.
- : Int
- # Ids of the product fields shown for each selectable product.
- : [ID!]!
- # Whether the selectable products are a fixed static list or a dynamically
- # filtered set.
- : ProductListTypeEnum!
- # Ids of the products offered when the product list type is static.
- : [ID!]
- # Filter selecting which products are offered when the product list type is
- # dynamic.
- : FieldFilter
- }