Add product to family - celdotro/marketplace GitHub Wiki
- Add a product to a product family
celmarket\Products\ProductsUpdate
addProductToFamily
- familyId = family's ID
- model = product's model
An object with the following attributes
- success = 1 -> operation was successfully executed
{
"request": {
"familyId": 1,
"model": "X"
},
"response": {
"success": 1
}
}