List manufacturers (brands)
Returns all manufacturers (brands) configured for the entity in a flat list, ordered by sort_order then name. A manufacturer is the MAKER of an item (the brand), distinct from the vendor you buy it from. Each record includes name, is_active, sort_order, website, support_email, notes, and product_count (the count of active products assigned to it). Pass include_inactive=true to also return deactivated manufacturers. Requires manufacturers:read scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Query Parameters
Response
List of manufacturers

