Skip to main content
Anchor to publishedProductsCount

publishedProductsCount

query

Requires read_publications access scope.

Returns a count of published products by publication ID. Limited to a maximum of 10000 by default.

•Int
Default:10000

The maximum number of products to count.

•ID!
required

The ID of the publication that the products are published to.


Was this section helpful?

•Count

A numeric count with precision information indicating whether the count is exact or an estimate.

•Int!
non-null

The count of elements.

•CountPrecision!
non-null

The count's precision, or the exactness of the value.


Was this section helpful?