Get Company Details
Companies
Get Company Details
This endpoint retrieves company information from the system. You can fetch either all companies or specific company details by providing a company ID. The response includes company details, address information, and associated store counts.
GET
Get Company Details
This endpoint provides comprehensive company information including business details, address, operational status, and the number of associated stores. It supports both retrieving all companies and fetching specific company details.Documentation Index
Fetch the complete documentation index at: https://developer.lulacommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Get All Companies
Retrieves a list of all companies in the system with summary information including total counts.Query Parameters
Specific company ID to retrieve details for a single company. If not provided, returns all companies.
Response - All Companies
Total number of stores across all companies
Total number of companies in the system
Array of company objects
Get Specific Company
When acompany_id is provided, returns detailed information for that specific company.
Response - Single Company
Returns an array with a single company object containing the same structure as described above.Response Examples
All Companies Response
Single Company Response
Usage Tips:
- Use without parameters to get an overview of all companies and their store counts
- Include
company_idparameter to get detailed information for a specific company - The
stores_countfield helps you understand the scale of each company’s operations point_of_contactfield may be null if no contact person is assigned

