Shopify: Search Products logo

Catalog action Integrations shopify

Search for products in your Shopify store. Filter by title, vendor, type, or collection. Returns product details including status and pricing. Ideal for: inventory checks, product lookup, catalog management, price monitoring. Required scope: read_products.

At a Glance

FieldValue
Action IDshopify-search-products
CategoryIntegrations
Connectorshopify
Requires gasNo
Funds movementNone declared
Tagsshopify, ecommerce, products, search, read

Payload Schema

FieldTypeRequiredDescription
titlestringNoFilter products by title (case-insensitive partial match)
productTypestringNoFilter products by product type
vendorstringNoFilter products by vendor name
collectionIdstringNoFilter products by collection ID (GID format: gid://shopify/Collection/123)
statusstringNoFilter products by status (default: all statuses)
limitnumberNoMaximum number of products to return (default: 50, max: 250)

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the search was successful
dataobjectNoShopify API response data
exportsobjectNoExported values from the action

Examples

json
{ "type": "shopify-search-products", "payload": { "title": "example-title", "productType": "example-productType", "vendor": "example-vendor", "collectionId": "example-collectionId", "status": "ACTIVE" }, "children": [], "connector": { "type": "shopify", "id": "conn_shopify" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I