publishedProductsCount - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a count of published products by publication ID.
Access Scopes
`read_publications` access scope.
Arguments
-
publicationId:
ID! -
The ID of the publication that the products are published to.
Returns
-
count:
Int!
The count of elements.
-
precision:
CountPrecision!
The count's precision, or the exactness of the value.
Examples