Skip to main content
Anchor to HydrogenStorefrontCreateUserError

HydrogenStorefrontCreateUserError

object

An error that occurs during the execution of HydrogenStorefrontCreate.

•HydrogenStorefrontCreateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Sets up a new Hydrogen storefront to power your headless commerce experience. This mutation kicks off the provisioning process in the background and gives you a job ID to track progress.

For example, when launching a new headless commerce experience, developers use this mutation to provision the storefront environment.

Use hydrogenStorefrontCreate to:

  • Provision new Hydrogen storefront instances
  • Track creation progress through background jobs
  • Handle setup validation and error reporting

The mutation returns immediately with a job ID that can be used to monitor the creation progress, as storefront provisioning runs asynchronously. User errors provide feedback if the creation request contains invalid parameters or conflicts with existing resources.

Learn more about creating Hydrogen storefronts.


Was this section helpful?


Was this section helpful?