Retrieve a count of products.
API:GET/rest/api/2021-07/products/countParameters
Parameters
Data Type
supplier
string
Products by product supplier.
type
string
Products by product type.
status
string
Products by their published status.(default: any)(published: Return only published products;unpublished: Return only unpublished products;any: Return all products;)
created_at_min
string
Products created after a specified date.(format: 2014-04-25T16:15:47-04:00)
created_at_max
string
Products created before a specified date.(format: 2014-04-25T16:15:47-04:00)
updated_at_min
string
Products last updated after a specified date.(format: 2014-04-25T16:15:47-04:00)
updated_at_max
string
Products last updated before a specified date.(format: 2014-04-25T16:15:47-04:00)