Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(createProductCategoriesWorkflow): add productCategoriesCreated hook
### What This commit introduces the `productCategoriesCreated` hook to the `createProductCategoriesWorkflow`. It also fixes inconsistent variable names within the workflow. ### Why The hook was missing and necessary to improve the workflow's extensibility. - Variable names like `createdProducts` were misleading and did not match the context. They were updated to `createdProductCategories` for clarity. ### How Added the `productCategoriesCreated` hook and updated related logic within the workflow. - Renamed variables from `createdProducts` to `createdProductCategories` to reflect their actual purpose. Fixes: medusajs#10230
- Loading branch information