Get manufacturer ID - celdotro/marketplace GitHub Wiki
- Retrieve manufacturer's ID
celmarket\Products\ProductsList
getManufacturerID
- method: products
- action: getManufacturerID
- name = manufacturer's name
An array with the following elements
- (array element) = manufacturer
- manufacturers_id = manufacturer's ID
- manufacturers_name = manufacturer's name
https://github.com/celdotro/marketplace_examples/blob/master/Products/22.getManufacturerID.php
{
"request": {
"name": "X"
},
"response": [
{
"manufacturers_id": 1,
"manufacturers_name": "X"
}
]
}