docs: add section on retrieve totals for cart items and shipping methods in storefront (#13513)
* docs: add section on retrieve totals for cart items and shipping methods in storefront * change return type * update OAS
This commit is contained in:
@@ -24479,7 +24479,7 @@ The basic authentication flow requires first using the `register` method, then t
|
||||
const {
|
||||
success,
|
||||
authIdentity,
|
||||
error
|
||||
error,
|
||||
} = await authModuleService.register(
|
||||
"emailpass",
|
||||
// passed to auth provider
|
||||
@@ -24527,7 +24527,7 @@ There are two ways to handle this:
|
||||
const {
|
||||
success,
|
||||
authIdentity,
|
||||
location
|
||||
location,
|
||||
} = await authModuleService.authenticate(
|
||||
"emailpass",
|
||||
// passed to auth provider
|
||||
@@ -24600,7 +24600,7 @@ The Google and GitHub providers allow you to override their `callbackUrl` option
|
||||
const {
|
||||
success,
|
||||
authIdentity,
|
||||
location
|
||||
location,
|
||||
} = await authModuleService.authenticate(
|
||||
"google",
|
||||
// passed to auth provider
|
||||
|
||||
Reference in New Issue
Block a user