Skip to main content

Search Shopify Products

POST 

/api/shopify/:integrationInstance/products/search-shopify

Search for products directly in the Shopify store via GraphQL API.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Search by SKU, title, or product_id. Returns results including whether each product already exists in the local database.

Authentication: Requires Bearer token.

Validation:

  • search_by: required, in: sku, title, product_id
  • query: required, string, max:255

Request

Responses

OK

Response Headers
    Content-Type