# hydrogenStorefrontCustomerApplicationUrlsReplace - admin - MUTATION Version: unstable ## Description Updates a customer application URLs. ### 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 * [storefrontId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the storefront. * [urlsReplaceInput](/docs/api/admin/unstable/input-objects/HydrogenStorefrontCustomerApplicationUrlsReplaceInput): HydrogenStorefrontCustomerApplicationUrlsReplaceInput! - An object of fields to update on the customer identity oauth application. ## Returns * [javascriptOrigin](/docs/api/admin/unstable/scalars/String): String List of allowed javaScript url origins. * [logoutUris](/docs/api/admin/unstable/scalars/String): String List of allowed urls that can be redirected to post-logout. * [redirectUri](/docs/api/admin/unstable/scalars/String): String List of allowed callback urls. * [success](/docs/api/admin/unstable/scalars/Boolean): Boolean Whether the customer application was updated successfully. * [userErrors](/docs/api/admin/unstable/objects/HydrogenStorefrontCustomerUserError): HydrogenStorefrontCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples