The Shopify Products API allows users to retrieve product information from a Shopify store using the provided URL, with options to limit the results and filter by collection.Documentation Index
Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Your API Key
Sign in at hasdata.com, go to your account settings, and copy your API key. All requests must include your key in thex-api-key header.
Request Cost and API Credits
Each request to the Shopify Products API consumes API Credits from your account balance.- Cost per request: 5 API Credits
- Credits are deducted only for successful requests.
- Your total available credits depend on your active plan.
Make Your First Request
API Parameters
| Parameter | Default Value | Required | Description |
|---|---|---|---|
url | https://b2bdemoexperience.myshopify.com | Yes | The URL of the Shopify store. For example, ‘https://b2bdemoexperience.myshopify.com’. |
limit | 1 | No | The maximum number of products to retrieve. Must be between 1 and 250. |
page | - | No | The page number of the results to retrieve. Must be a positive integer. |
collection | - | No | The handle of the collection to filter the products. Provide the collection handle as a string. |