# hydrogenStorefrontCreate - admin - MUTATION Version: unstable ## Description Creates a Hydrogen storefront. ### Access Scopes Request must be initiated from the Shopify CLI and user must have full access to apps or access to the Hydrogen channel. ## Arguments * [title](/docs/api/admin/unstable/scalars/String): String! - The title for the Hydrogen storefront. ## Returns * [jobId](/docs/api/admin/unstable/scalars/ID): ID ID for job that connects the Hydrogen storefront to Oxygen. * [userErrors](/docs/api/admin/unstable/objects/HydrogenStorefrontCreateUserError): HydrogenStorefrontCreateUserError! The list of errors that occurred from executing the mutation. ## Examples