Manufacturers

Manufacturers

Utilisation

Route : /api/manufacturers
Protected : true

Attributs

id : integer
meta_title : translated
name : string
meta_description : translated
active : boolean
meta_keywords : translated
description : translated
url : translated
url_rewrite : translated
manufacturer_id : integer


Routes


GET /
Return Manufacturers index list

GET /{id}
Return details of the Manufacturer {id}

PUT/store
Requiredid, name
Optionaldescription, url_rewrite, meta_title, meta_description, meta_keywords, url
Create a Manufacturer using request’s body

POST /{id}
Optionalps_id, active, name, description, url_rewrite, meta_title, meta_description, meta_keywords, url
Update the Manufacturer {id} according to the keys and values given in body

DELETE /{id}
Optionalmanufacturer: {manufacturer_id}
Delete the Manufacturer {id}. If specified within the body, replace any model’s manufacturer_id using {id} with {manufacturer_id}

    • Related Articles

    • Presentation of manufacturers

      This menu displays by default the list of manufacturers with whom the customer of the shop can refine his search under the Brand label. The list of manufacturers shows different data from equipment manufacturers. This view allows you to: Select this ...
    • Group actions for manufacturers

      After selecting at least one of the listed manufacturers, the Group Actions menu appears to be side of multiple selection shares. Possible Group Actions are: Activate the election Disable the election Delete the election
    • Search and filtering within the list of manufacturers

      The entry of the manufacturer's table allows you to search and filter from the data in the table: This allows you to quickly find a manufacturer using the following filters: Identifier of the manufacturer Name of the manufacturer Highlight (yes | no) ...
    • Exporting to ElasticSearch

      Usage Route : /api/export Protected : true Endpoints GET / Export all your model/product associations to ElasticSearch. DELETE /delete Empty your ElasticSearch index. Warning : this operation is not reversible!
    • Rules of compatibility

      Usage Route : /api/rules Protected : true Endpoints GET / Return Rules index list GET /{id} Return details of the Rule {id} GET /specification/{id} Return Rules’ index list containing specification {id} GET /feature/{id} Return Rules’ index list ...