Schema Documentation

ProductAddonProductCategoriesInput

Description

Set relationships between the ProductAddon to productCategories

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