Skip to main content

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.

Fields

id
required
A unique Shopify Product ID, usually an integer.
title
required
The title of the product.
description
required
The description of the product scraped and extracted from the HTML of the product page.

productsConnection( before: ID after: ID first: Int last: Int ): ShopifyProductsConnection A connection to fetch product data. It accepts the arguments before, after, first, and last for pagination purposes and returns a ShopifyProductsConnection object.