get
https://api.duodeal.app/api/products
Retrieves a paginated list of all products in the catalog.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number for pagination (default: 1) |
limit | integer | No | Number of items per page (default: 50) |
order | string | No | Field to sort by (default: id) |
direction | string | No | Sort direction: asc or desc (default: desc) |
archived | boolean | No | Filter by archived status |
Filtering
This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.
Quick examples:
?filters[name][contains]=lamp
?filters[active][eq]=true
?filters[tax.rate][gte]=0.1
?filters[customFields.category][eq]=electronics
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Product unique identifier |
name | string | Product name |
reference | string | Product reference/SKU |
description | string | Product description |
active | boolean | Whether product is active |
archived | boolean | Whether product is archived |
url | string | External URL (e.g., supplier link) |
tips | string | Additional tips or notes |
customFields | object | Custom field values |
unity | object | Unit of measure |
medias | array | Associated media files |
prices | array | Product prices by category |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns paginated list of products401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
