docs: edits and fixes to commerce module docs (#7468)

Apply edits and fixes to the commerce modules docs
This commit is contained in:
Shahed Nasser
2024-05-29 11:08:06 +00:00
committed by GitHub
parent 130de74d6d
commit 2c5ba408d4
160 changed files with 6400 additions and 3790 deletions
@@ -4,7 +4,7 @@ export const metadata = {
# {metadata.title}
This document provides some possible flows to create a user.
This document provides flows to create a user.
## Using the Auth Module
@@ -50,7 +50,7 @@ await userModuleService.refreshInviteTokens(["invite_123"])
## Straightforward Creation
Finally, you can create a user using the `create` method of the User Modules main service (`IUserModuleService`):
Finally, you can create a user using the [create method of the User Modules main service](/references/user/create):
```ts
const user = await userModuleService.create({