List Companies
Get a list of all companies.
Authentication
authTokenstring
Required to authenticate requests. Include the token in a header parameter called authToken.
Query parameters
limit
Pagination limit
offset
Pagination offset
minModified
Minimum modified timestamp
maxModified
Maximum modified timestamp
minCreated
Minimum created timestamp
maxCreated
Maximum created timestamp
sortBy
Sort the result by a specific company field.
Allowed values:
orderBy
Allow: ‘DESC’, ‘ASC’
Allowed values:
isIncludeExtraFields
Whether the response will include extra fields.
Allowed values:
companyStatus
0: PENDING 1: APPROVED 2: REJECTED 3: INACTIVE
Allowed values:
q
Company query string
extraFields
Filter by extra fields.
bcOrderId
A company purchases a BigCommerce order ID, which allows you to find the company by BigCommerce order ID.
orderId
Company purchase order ID
bcGroupId
BigCommerce customer group ID
customerId
BigCommerce customer ID. This customer should be a B2B company user.
extraFieldFilterType
Extra field filter type. The search filter type allows for partial matches, while the exact-match filter type only returns results that exactly match the specified criteria.
Allowed values:
Response
OK
code
data
meta
Used to response pagination information