List of product brands.
All available methods for resource product-brands.
HTTP method | Endpoint | Description |
---|---|---|
[badge-blue GET] | /product-brands | List of product-brands |
[badge-blue GET] | /product-brands/{product_brand_id} | Detail of a specific product-brand |
Get a list of all product brands
[badge-blue GET] /product-brands
Parameter name | Type | Description | Mandatory (Yes/No) |
---|---|---|---|
count | integer | The number of records to return. Default value is 100. |
No |
offset | integer | The number of records from a collection to skip. Default value is 0. | No |
sort_field | string | One of the query string parameters for sorting. Response is sorted by the specified field. | No |
sort_direction | string | Direction of sorting the response list. Possible values are: ASC / DESC | No |
name | string | Name or a part of the name of a product brand | No |
Status code: 200 OK
Output structure : object
Parameter name | Type | Description |
---|---|---|
product_brands | ProductBrand[] | List of all product brands |
total_items | integer | Count of all found product brands |
Get information about a specific product brand
[badge-blue GET] /product-brands/{product_brand_id}
Parameter name | Type | Description | Mandatory (Yes/No) |
---|---|---|---|
product_brand_id | string | The unique id for the product brand | Yes |
Status code: 200 OK
Output structure : ProductBrand