Schema Documentation

ProductVisibleProductsInput

Description

Set relationships between the Product to visibleProducts

Fields
Input FieldDescription
append - Boolean If true, this will append the visibleProduct to existing related visibleProducts. If false, this will replace existing relationships. Default true.
nodes - [ProductVisibleProductsNodeInput] The input list of items to set.
Example
{"append":true,"nodes":[ProductVisibleProductsNodeInput]}