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