Get all Manufacturers
GET {{baseUrl}}/3dCartWebAPI/v1/Manufacturers?limit=<integer>&offset=<integer>&manufacturer=<object>&countonly=<integer>
Get a list of all Manufacturers
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
manufacturer | string | Name of the Manufacturer | |
countonly | string | Count the number of rows only |