REST web service interface

GET products/count

Updated, 2012-06-19 14:28

Returns the total number of products.

Resource Information

Rate Limited? No
Authentication Optional
Response Formats json,xml
HTTP Methods GET
Response Object Count

Resource URL

https://ecommerce.dexero.com/service/rest/2/merchant/catalog/products/count.format

Example Request

https://ecommerce.dexero.com/service/rest/2/merchand/catalogue/products/count.json

Example Response

XML JSON
{
  "count" : 27
}

Response Object "Count"

Field Data Type Description
count int The number of results.