Different number of categories returned in List than Search

We are having issues with Square categories missing for users. To get the categories we have been using catalog/list to get and save the list of items and also saving all the categories returned. However it seems that catalog/list doesn’t return all the categories. If we use the catalog/search-catalog-items endpoint with an object filter of [“CATEGORY”] we actually get returned more categories.

Why would catalog/search-catalog-items return more categories than catalog/list ? What is the difference between these two and why does catalog/list only return a subset of categories?

When your calling ListCatalog are you paginating through all the results? If so do you have an example category_id that’s not returning with list but is with search? :slight_smile: