API reference
List recommendations
GET
/v1/catalog/recommendationsAuthorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Query Parameters
ProductId?null|string
Category?string
Limit*integer
Format
int32Response 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 }]