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.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

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