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

shopify storefront api home page image banner slider

shopify storefront api home page image banner slider

riyas
Shopify Partner
2 0 0

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

Reply 1 (1)

liza75
Visitor
1 0 0

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.