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