Schema Documentation
ProductProductTypesInput
Description
Set relationships between the Product to productTypes
Fields
| Input Field | Description |
|---|---|
append - Boolean | If true, this will append the productType to existing related productTypes. If false, this will replace existing relationships. Default true. |
nodes - [ProductProductTypesNodeInput] | The input list of items to set. |
Example
{"append":true,"nodes":[ProductProductTypesNodeInput]}