Anchor to catalogsCountcatalogs
querycatalogs Count
The count of catalogs belonging to the shop. Limited to a maximum of 10000 by default.
Anchor to Arguments
Arguments
- limit (Int)
- query (String)
- type (CatalogType)
- Anchor to limitlimit•IntDefault:10000
The upper bound on count value before returning a result. Use
nullto have no limit.- Anchor to queryquery•String
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.
- Anchor to default•string
Filter by a case-insensitive search of multiple fields in a document.
query=Bob Normanquery=title:green hoodie- Anchor to app_id•id
- Anchor to company_id•id
- Anchor to company_location_id•id
- Anchor to managed_country_id•id
- Anchor to market_id•id
- Anchor to status•string
- Anchor to title•string
Example:
- Anchor to typetype•Catalog
Type Default:null The type of the catalogs to be returned.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Count (Count)
- Anchor to CountCount•Count
A numeric count with precision information indicating whether the count is exact or an estimate.
- Anchor to countcount•Int!non-null
The count of elements.
- Anchor to precisionprecision•Count
Precision! non-null The count's precision, or the exactness of the value.
Was this section helpful?