Home > @vsf-enterprise/bigcommerce-api > Endpoints > getCategoryTree
# Endpoints.getCategoryTree() method
Returns a CategoryTree.
Signature:
getCategoryTree(context: BigcommerceIntegrationContext): Promise<GetCategoryTreeResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
Returns:
Promise<GetCategoryTreeResponse>