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