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?