Count ProductsCopy Pageget https://{subdomain}.myshoplaza.com/openapi/2025-06/products/countCount the number of products based on the provided filters.Query Paramsidsarray of stringsProduct's IDsidsADD stringtitlestringProduct's titlecollection_idstringCollection UUID, for example: 9e79ca1f-9ff2-409b-976f-98be343d38a3created_at_minstringFilter products created at or after date, for example: 2018-10-01T16:15:47-04:00created_at_maxstringFilter products created at or before date, for example: 2018-10-01T16:15:47-04:00updated_at_minstringFilter products last updated at or after date, for example: 2018-10-01T16:15:47-04:00updated_at_maxstringFilter products last updated at or before date, for example: 2018-10-01T16:15:47-04:00published_at_minstringFilter products published at or after date, for example: 2018-10-01T16:15:47-04:00published_at_maxstringFilter products published at or before date, for example: 2018-10-01T16:15:47-04:00published_statusstringFilter by published status: published, unpublished, anyResponse 200OKUpdated 3 months ago