Shopify
Shopify Collections API
The Shopify Collections API allows users to retrieve information about collections in a Shopify store, including details such as title, handle, description, and image.
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 the x-api-key
header.
Make Your First Request
API Parameters
Parameter | Default Value | Required | Description |
---|---|---|---|
url | https://libertasbella.com | Yes | The URL of the Shopify store. For example, ‘https://libertasbella.com’. |
limit | - | No | The maximum number of collections to retrieve. Must be between 1 and 250. |
page | - | No | The page number of the results to retrieve. Must be a positive integer. |