Get all products
GET https://api.ecartapi.com/api/v2/products
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | Allows iteration of resource documents by tokens returned in the response in an object called page. | |
limit | string | Sets the max amount of results to be returned in a single response. Max. 150 | |
productType | string | Filters products by their type. | |
categoryId | string | Filters products by the category they have asigned. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |