Returns lightweight product data for search results
cURL
curl --request GET \ --url https://admin.aeoliancms.com/api/v1/products/search \ --header 'Authorization: Bearer <token>'
{ "products": [ { "id": "<string>", "name": "<string>", "slug": "<string>", "images": [ { "url": "<string>", "alt": "<string>" } ], "tags": [ "<string>" ], "price": "<string>", "compareAtPrice": "<string>" } ] }
API key in format ak_<48-hex-chars>
ak_<48-hex-chars>
Search results
Show child attributes