Sign in

Search products

documented

Search products with query/filters (Entries product search)

POST /v2/products/searchDAMno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.acquia.com/v2/products/search" \\
  -X POST \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Content-Type: application/json" \\
  -H "Accept: application/json" \\
  -d '{"query": "{{$query}}", "filters": {"parent": "{{$parent}}", "sku": "{{$sku}}", "attributes": {"color": "{{$color}}", "size": "{{$size}}"}}, "expand": "{{$expand}}", "sort": "{{$sort}}", "limit": {{$limit}}, "offset": {{$offset}}}'
Search products · Acquia · OpenIntegrations