- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createLocationFulfillmentSetWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the createLocationFulfillmentSetWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow adds a fulfillment set to a stock location. It's used by the Add Fulfillment Set to Stock Location Admin API Route.
You can use this workflow within your own customizations or custom workflows, allowing you to add fulfillment sets to a stock location in your custom flows.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
CreateLocationFulfillmentSetWorkflowInputDTO
CreateLocationFulfillmentSetWorkflowInputDTOThe data to add a fulfillment set to a stock location.
CreateLocationFulfillmentSetWorkflowInputDTO
CreateLocationFulfillmentSetWorkflowInputDTOlocation_id
stringThe ID of the stock location to add the fulfillment set to.
location_id
stringfulfillment_set_data
objectThe data of the fulfillment set to add.
fulfillment_set_data
objectWas this page helpful?