Packages
Elixir library to easily fetch and transform product data from Shopify stores. Provides functionality to fetch products, collections, and handle pagination with a clean, consistent API.
Current section
Files
Jump to
Current section
Files
shop_search
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2025-06-28
### Added
- Initial release
- Support for fetching all products from Shopify stores
- Product pagination support
- Find specific products by handle
- Collection fetching and product listing
- Data transformation to consistent format
- Comprehensive documentation and examples