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:
Shahed Nasser
2025-09-15 19:11:17 +03:00
committed by GitHub
parent 88748ba09d
commit 8c21243f42
12 changed files with 387 additions and 200 deletions
+3 -3
View File
@@ -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