Fetch products
This endpoint has been deprecated and may be removed in future versions of the API.
**Use: ** /products?providerId=[id]
Returns products filtered by query parameters from provider identified by providerId. The result will contain public and private products for which the caller is authorized to read.
| Path Parameters |
|---|
providerId uuid — REQUIREDThe organization id providing the products |
| Query Parameters |
|---|
private booleanWhether to include private products, true if omitted. |
public booleanWhether to include public products, true if omitted. |
| Header Parameters |
|---|
organization-id uuid — REQUIREDID of organization context this request belongs to. |
| Responses | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200List of products
| ||||||||||||||||||||||||||||||||||||||||||||
400Bad Request (e.g. element not found or resource conflict).
| ||||||||||||||||||||||||||||||||||||||||||||
403Missing permission
| ||||||||||||||||||||||||||||||||||||||||||||
500Internal server error (Internal service communication or process error).
|