docs: use tooling convention across docs (#10512)

This commit is contained in:
Shahed Nasser
2024-12-09 19:15:29 +02:00
committed by GitHub
parent 7c76ee24cb
commit 3409953c4f
76 changed files with 283 additions and 265 deletions
@@ -187,7 +187,7 @@ You use Query to retrieve the stock location, to use the first location in the a
Then, you generate inventory levels for each inventory item, associating it with the first stock location.
Finally, you use the `createInventoryLevelsWorkflow` imported from `@medusajs/medusa/core-flows` to create the inventory levels.
Finally, you use the `createInventoryLevelsWorkflow` from Medusa's core workflows to create the inventory levels.
### Test Script