> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ShopifyProductsConnection

> Represents a paginated connection of Shopify products.

## Fields

<ParamField path="edges" type={<><a href="/api-reference/shopifyProductEdge">[ShopifyProductEdge!]!</a></>} required>
  A list of [`ShopifyProductEdge`](/api-reference/shopifyProductEdge) objects.
</ParamField>

<ParamField path="pageInfo" type={<><a href="/api-reference/pageinfo">PageInfo!</a></>} required>
  A [`PageInfo`](/api-reference/pageinfo) object containing information about pagination, such as cursors and whether there are more pages.
</ParamField>

***

### Related types

* [`IntegratedShopifyStore`](/api-reference/integratedShopifyStore)
