Attach multiple nodes
POST/pcm/products/attach_nodes
Assigns products to multiple hierarchies and their children nodes. You can apply a filter to search for the appropriate products to attach to a node. For general filtering syntax, see Filtering.
The following attributes and operators are supported.
Operator | Attribute | Description | Example |
---|---|---|---|
eq | sku , slug ,upc_ean , manufacturer_part_num , name , templates , commodity_type , owner , product_types | Equals. Checks if the values of two operands are equal. If they are, the condition is true. For product_types , you can only specify one product type. For example, filter=eq(product_types,child) | filter=eq(name,some-name) |
like | sku , slug ,upc_ean , manufacturer_part_num , name | Like. Checks if the operand contains the specified string. Wildcards are supported. | filter=like(name,*some-name*) |
In | id , name , SKU , slug , upc_ean , manufacturer_part_num , product_types | Checks if the values are included in the specified string. If they are, the condition is true. For product_types , you can specify more than one product type. For example, filter=in(product_types,child,bundle) . | filter=in(id,some-id) |
Request
Responses
- 200
- 400
- 422
- 500
This request assigns the products that you have selected to multiple hierarchies and their children nodes and returns the following.
Bad request. The request failed validation.
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.