Manufacturers

Manufacturers

Use

Road:/api/manufacturers
Protected:true

Attributes

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


Roads


Get/
Returns the list of manufacturers

Get/{id}
Returns the details of the constructor whose ID is {id}

Get/url/{url_rewrite}
Returns manufacturer details whose written URL is {url_rewrite}

Get/modeles/{typeId}/{manufacturerId}
Returns the details of type models whose ID is {typeId} and the constructor whose ID is {manufacturerId}

Put/store
Requiredid, name
Optionaldescription, url_rewrite, meta_title, meta_description, meta_keywords, url
Creates a builder using the body of the request

Post/{id}
Optionalps_id, active, name, description, url_rewrite, meta_title, meta_description, meta_keywords, url
Updates the builder whose ID is {id} based on data from the body of the request.

Delete/{id}
Optionalmanufacturer: {manufacturer_id}
Removes the constructor whose ID is {id}. If specified, replace the constructor of all models with the manufacturer ID {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) ...
    • Types

      Use Road:/api/types Protected:true Attributes id:integer meta_title:translation name:translation meta_description:translation active:boolean meta_keywords:translation description:translation type_id:integer url_rewrite:translation Roads Get / Returns ...
    • 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!