Skip to content
Guides
API reference
stablecatalog:read

List recommendations

GET/v1/catalog/recommendations

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Query Parameters

ProductId?null|string
Category?string
Limit*integer
Formatint32

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/catalog/recommendations?Limit=0"
[  {    "productId": "string",    "name": "string",    "slug": "string",    "imageUrl": null,    "currency": "string",    "price": 0.1,    "category": null,    "brand": null  }]