cURL
curl -X PUT \ /product-families/{id}/products \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "products": [ "" ] }'
"<any>"
Add products to a product family
product-family:write
Value for the Authorization header parameter.
ProductFamily identifier
The updated ProductFamily resource
ProductFamily resource updated
The response is of type any.
any
Was this page helpful?