Gets a list of manufacturers.
| Name | Description | Usage |
|---|---|---|
| isActive | This will filter the request by the is active flag. | GET storelocators?filter=isactive~{operator}~{value} |
| name | This will filter the request by name. | GET storelocators?filter=name~{operator}~{value} |
| portalId | This will filter the request by portal ID. | GET storelocators?filter=portalid~{operator}~{value} |
| Name | Description | Usage |
|---|---|---|
| displayOrder | This will sort the response by display order. | GET storelocators?sort=displayorder |
| manufacturerId | This will sort the response by manufacturer ID. | GET storelocators?sort=manufacturerid |
| name | This will sort the response by name. | GET storelocators?sort=name |
| Name | Description | Usage |
|---|---|---|
| index | The index to retrieve when requesting paged results. | GET storelocators?page=index~{value} |
| size | The size of the page when retrieving paged results. | GET storelocators?page=size~{value} |