- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
markOrderFulfillmentAsDeliveredWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the markOrderFulfillmentAsDeliveredWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow marks a fulfillment in an order as delivered. It's used by the Mark Fulfillment as Delivered Admin API Route.
You can use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around marking a fulfillment as delivered.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
MarkOrderFulfillmentAsDeliveredWorkflowInput
MarkOrderFulfillmentAsDeliveredWorkflowInputThe details to mark a fulfillment in an order as delivered.
MarkOrderFulfillmentAsDeliveredWorkflowInput
MarkOrderFulfillmentAsDeliveredWorkflowInputorderId
stringThe ID of the order to mark the fulfillment as delivered in.
orderId
stringfulfillmentId
stringThe ID of the fulfillment to mark as delivered.
fulfillmentId
stringWas this page helpful?