Queries
productsByDomainV2
Returns an array of Products filtered by a given store domain. This query can be used for paging through a set of products from a domain from Shopify.
For example, if the store’s canonical URL is https://abc.myshopify.com, then the domain is abc.myshopify.com, all lowercased.
As the number of products may be significantly large, it’s recommended to paginate through the results.
AmazonProduct
and ShopifyProduct
returned by this query have similarities and differences that are compared in detail here
Arguments
input
required
An object containing the domain name of the store. The search is case-insensitive.
pagination
required
An object containing pagination parameters.
Returns
The query returns an empty array if no products are found
Example - request
GraphQL
Example - response
Response
Related queries
Was this page helpful?