Retrieve a count of products in the Shopify store. Use when you need to get the total number of products, optionally filtered by collection, vendor, product type, status, or date ranges.
statusstringFilter by product status (e.g., 'active', 'draft', 'archived').
vendorstringFilter by vendor name (the supplier or manufacturer of the products).
product_typestringFilter by product type (e.g., 'Apparel', 'Electronics', 'Footwear').
collection_idstringFilter products by collection ID to count only products within a specific collection.
created_at_maxstringReturn products created before this date. Format: ISO 8601.
created_at_minstringReturn products created after this date. Format: ISO 8601 (e.g., 2014-04-25T16:15:47-04:00).
updated_at_maxstringReturn products last updated before this date. Format: ISO 8601.
updated_at_minstringReturn products last updated after this date. Format: ISO 8601.
published_at_maxstringReturn products published before this date. Format: ISO 8601.
published_at_minstringReturn products published after this date. Format: ISO 8601.
published_statusstringFilter by published status (e.g., 'published', 'unpublished', 'any').
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.