Get random products
Headers
| Name | Description |
|---|---|
| Content-Type | Always put: application/json |
| api-version | Always put : 1.0 |
| Authorization | API key provided by Find & Order. Format: Bearer {api-key} |
Body
// no bodyParameters
| Name | Type | Description |
|---|---|---|
| numberProducts | number | The number of products to return |
| includeNullContainer | boolean | if false, return only products bound to a container (idContainer not null) |
Result
| type | Description |
|---|---|
| Product[] | Random products list |