Get all products
GET https://api.ecartapi.com/api/v2/products
Request Params
Key | Datatype | Required | Description |
---|
page | string | | Allows iteration through the results |
limit | string | | Default 50. Quantity of documents to be returned in the response. |
status[active] | string | | Filter items by their inventory availability status. |
createdAt[from] | string | | Filter items by date of creation. |
createdAt[to] | string | | Filter items between their creation date range. createdAt[from]Required |
updatedAt[from] | string | | Filter items by date of creation. |
updatedAt[to] | string | | Filter items between their creation date range. createdAt[from]Required |
name | string | | Filter results based of the item's name. |
ids | string | | Send a list of id's separated by commas. |
Key | Datatype | Required | Description |
---|
Authorization | string | | |