Files
medusa-store/www/apps/resources/references/modules/helper_steps/page.mdx
2025-12-17 18:20:19 +02:00

24 lines
1.3 KiB
Plaintext

---
slug: /references/helper-steps
---
import { TypeList } from "docs-ui"
# Helper Steps API Reference
This section of the documentation provides a reference to utility steps that you can use in your workflows. These steps are imported from the `@medusajs/medusa/core-flows` package.
## Steps
- [createEntitiesStep](../../helper_steps/functions/helper_steps.createEntitiesStep/page.mdx)
- [createRemoteLinkStep](../../helper_steps/functions/helper_steps.createRemoteLinkStep/page.mdx)
- [deleteEntitiesStep](../../helper_steps/functions/helper_steps.deleteEntitiesStep/page.mdx)
- [dismissRemoteLinkStep](../../helper_steps/functions/helper_steps.dismissRemoteLinkStep/page.mdx)
- [emitEventStep](../../helper_steps/functions/helper_steps.emitEventStep/page.mdx)
- [getTranslatedLineItemsStep](../../helper_steps/functions/helper_steps.getTranslatedLineItemsStep/page.mdx)
- [removeRemoteLinkStep](../../helper_steps/functions/helper_steps.removeRemoteLinkStep/page.mdx)
- [updateRemoteLinksStep](../../helper_steps/functions/helper_steps.updateRemoteLinksStep/page.mdx)
- [useQueryGraphStep](../../helper_steps/functions/helper_steps.useQueryGraphStep/page.mdx)
- [useRemoteQueryStep](../../helper_steps/functions/helper_steps.useRemoteQueryStep/page.mdx)
- [validatePresenceOfStep](../../helper_steps/functions/helper_steps.validatePresenceOfStep/page.mdx)