# HydrogenStorefrontCustomerApplicationUrlsReplacePayload - admin - PAYLOAD Version: unstable ## Description Return type for `hydrogenStorefrontCustomerApplicationUrlsReplace` mutation. ### Access Scopes ## Fields * [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. ## Connections ## Mutations with this payload * [hydrogenStorefrontCustomerApplicationUrlsReplace](/docs/api/admin/unstable/mutations/hydrogenStorefrontCustomerApplicationUrlsReplace) ## Examples