Skip to content
Guides
API reference
stablecatalog:read

List product suggest

GET/v1/catalog/products/suggest

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Query Parameters

Search*string
SellerId?null|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/products/suggest?Search=string&Limit=0"
[  {    "productId": "string",    "variantId": "string",    "name": "string",    "slug": "string",    "sku": "string",    "ean": null,    "variantName": null,    "unitPrice": 0.1,    "imageUrl": "string"  }]