1. 主页
  2. 文档
  3. REST API port
  4. Products
  5. GET Retrieve a count of products

GET Retrieve a count of products

Retrieve a count of products.

API:GET/rest/api/2021-07/products/count

Parameters


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)