- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
removeRemoteLinkStep - Helper Steps API Reference
This documentation provides a reference to the removeRemoteLinkStep
step. It belongs to the @medusajs/medusa/core-flows
package.
Example#
1import {2 createWorkflow3} from "@medusajs/framework/workflows-sdk"4import {5 removeRemoteLinkStep6} from "@medusajs/medusa/core-flows"7import {8 Modules9} from "@medusajs/framework/utils"10 11const helloWorldWorkflow = createWorkflow(12 "hello-world",13 () => {14 removeRemoteLinkStep([{15 [Modules.PRODUCT]: {16 product_id: "prod_123",17 },18 }])19 }20)
Input#
RemoveRemoteLinksStepInput
RemoveRemoteLinksStepInputOutput#
DeleteEntityInput
DeleteEntityInput
DeleteEntityInput
DeleteEntityInputWas this page helpful?