Return all your products
Query parameters
Number of documents per page
Index of the first document in the page
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Filter by product ids
Filter by product name, minimum 3 characters should be present for search
Price filter for products less than and equals to particular amount
Price filter for products greater than and equals to particular amount
Price filter for products less than particular amount
Price filter for products greater than particular amount
Price filter for products equals to particular amount
Price filter for products not equals to particular amount
Filter by category ids
Filter (urlencoded) the orders modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
Filter (urlencoded) the orders created after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
Response
All products listed
Example response
{
"products": [
{
"s3ThumbAnalytics": "s3ThumbAnalytics",
"modifiedAt": "2017-05-12T12:30:00.000+0000",
"url": "http://mydomain.com/product/electronics/product1",
"parentId": "parentId",
"createdAt": "2017-05-12T12:30:00.000+0000",
"metaInfo": {
"description": "Shoes for sports",
"brand": "addidas"
},
"isDeleted": true,
"price": 0.8008282,
"imageUrl": "http://mydomain.com/product-absoulte-url/img.jpeg",
"name": "Iphone 11",
"s3ThumbEditor": "s3ThumbEditor",
"id": "P11",
"categories": [
"categories",
"categories"
],
"sku": "sku",
"s3Original": "s3Original"
}
],
"count": 17655
}