cURL
curl -X PUT \ /product-families/{id}/products \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "products": [ "" ] }'
Add products to a product family
product-family:write
Value for the Authorization header parameter.
ProductFamily identifier
The updated ProductFamily resource
["ad8f3b9c-1b1a-4b0a-8b0a-0b0b0b0b0b0b"]
ProductFamily resource updated
Was this page helpful?