Skip to main content
Anchor to HydrogenStorefrontCustomerUserError

HydrogenStorefrontCustomerUserError

object

Requires Request must be initiated from the Shopify CLI and user must have full access to apps or access to the Hydrogen channel.

Errors that can happen when interacting with Storefront Customer Account.

•HydrogenStorefrontCustomerUserErrorCode

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

Updates a customer application URLs.

Arguments

•ID!
required

The ID of the storefront.

•HydrogenStorefrontCustomerApplicationUrlsReplaceInput!
required

An object of fields to update on the customer oauth application.


Fields

•[String!]

List of allowed javaScript url origins.

•[String!]

List of allowed urls that can be redirected to post-logout.

•[String!]

List of allowed callback urls.

•Boolean

Whether the customer application was updated successfully.

•[HydrogenStorefrontCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?