Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How can I fetch the homepage image banner slider from a Shopify store using the Storefront API? Which API query or resource should I use to retrieve this data?
api_version 2025-24
base_url https://{store_name}.myshopify.com/api/{api_version}/graphql.json
Hello,
Shopify themes are built with "sections" that store content and settings. A homepage banner slider is typically a theme section. The Storefront API does not directly expose the settings or content of these theme sections. This is by design, as the Storefront API is primarily for customer-facing commerce operations.