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
@@ -448,7 +448,7 @@ In this guide, youll find common examples of how you can use the Cart Module
const cartModuleService: ICartModuleService =
req.scope.resolve(ModuleRegistrationName.CART)
await cartModuleService.deleteLineItems(["cali_123"])
await cartModuleService.deleteShippingMethods(["casm_123"])
res.status(200)
}
@@ -482,4 +482,4 @@ In this guide, youll find common examples of how you can use the Cart Module
## More Examples
The [module interface reference](/references/cart) provides a reference to all the methods available for use with examples for each.
The [Cart Module's main service reference](/references/cart) provides a reference to all the methods available for use with examples for each.