---
title: "GET /catalog/summary"
method: GET
path: "/catalog/summary"
tags: ["Catalog"]
---

# GET /catalog/summary

`GET /catalog/summary`

Returns a lightweight inventory summary from the BigCommerce Catalog.

## Response `200`

An array of catalog summary and metadata.

- CatalogSummaryResponse — Response payload for the BigCommerce API.
  - `data` CatalogSummary — A BigCommerce Catalog Summary object describes a lightweight summary of the catalog.
    - `inventory_count` integer — A count of all inventory items in the catalog.
    - `inventory_value` number, double — Total value of store's inventory.
    - `primary_category_id` integer — ID of the category containing the most products.
    - `primary_category_name` string — Name of the category containing the most products.
  - `meta` Meta — Empty meta object; may be used later.

---

[API](https://skmtc.net/bigcommerce/apis/bigcommerce-api.md) · [All operations](https://skmtc.net/bigcommerce/apis/bigcommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigcommerce/bigcommerce-api/revisions/90efb67b99f3/schema)
