Add products family - celdotro/marketplace GitHub Wiki
- Add a products family
celmarket\Products\ProductsUpdate
addProductsFamily
- method: products
- action: addProductsFamily
- name = family's name
- id = family's ID
- characts = family's characteristics as JSON string
An object with the following attributes
- success = 1 -> operation was successfully executed
https://github.com/celdotro/marketplace_examples/blob/master/Products/23.addProductsFamily.php
{
"request": {
"name": "X",
"id": 1,
"characts": "X"
},
"response": {
"success": 1
}
}