Fetch third-party API data with Hydrogen

Hydrogen includes a built-in client and utilities for fetching data with Shopify's Storefront API and Customer Account API.

If you need to access data from third-party sources, then you can re-use these utilities and design patterns. By consistently using the same methods for data fetching regardless of the source, your app logic is simpler to understand, and your app will be more performant.