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
@@ -90,7 +90,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
@@ -142,7 +142,7 @@ There are two ways to handle this:
const {
success,
authIdentity,
location
location,
} = await authModuleService.authenticate(
"emailpass",
// passed to auth provider
@@ -215,7 +215,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