api/v1/customer/manufacturers/{id}/update-prefs

POST

api/v1/customer/manufacturers/{id}/update-prefs

This API method to update preferences.

Allowed preferences are:
-disable_notifications
-allow_see_manufacturer
-show_manufacturer_updates
-manufacturer_active

Sample Response

{
    "status": true,
    "message": "Successfully updated preferences for this store"
}
{
  "status": false,
  "message": "No manufacturer found"
}