Skip to content
Guides
API reference
stablecatalog:read

Suggests specifications

Retrieve a suggests of specifications

GET/v1/catalog/specifications/suggests

Retrieve a suggests of specifications

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Query Parameters

q*string

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/specifications/suggests?q=string"
[  {    "id": "string",    "storeId": "string",    "name": "string",    "key": "string",    "aliases": [      "string"    ],    "order": 0,    "status": "inactive",    "type": "input",    "level": "product"  }]