The count of catalogs belonging to the shop. Limited to a maximum of 10000.
Access Scopes
Arguments
query:
String -
A filter made up of terms, connectives, modifiers, and comparators.
| name | type | description | acceptable_values | default_value | example_use |
| ---- | ---- | ---- | ---- | ---- | ---- |
| default | string | Filter by a case-insensitive search of multiple fields in a document. | | | - `query=Bob Norman` - `query=title:green hoodie` |
| app_id | id |
| company_id | id |
| company_location_id | id |
| id | id | Filter by `id` range. | | | - `id:1234` - `id:>=1234` - `id:<=1234` |
| managed_country_id | id |
| market_id | id |
| status | string |
| title | string |
You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).
type:
CatalogType -
The type of the catalogs to be returned.