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?
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.