Loading...
Was this page helpful?
This documentation provides a reference to the markFulfillmentAsDeliveredWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow marks a fulfillment as delivered. It's used by the markOrderFulfillmentAsDeliveredWorkflow.
You can use this workflow within your customizations or your own custom workflows, allowing you to mark a fulfillment as delivered in your custom flows.
Source CodeWorkflow hook
Step conditioned by when
View step details
MarkFulfillmentAsDeliveredInput
MarkFulfillmentAsDeliveredInputid
stringFulfillmentDTO
FulfillmentDTOid
stringlocation_id
stringpacked_at
null | Dateshipped_at
null | Datedelivered_at
null | Datecanceled_at
null | Datedata
null | Record<string, unknown>provider_id
stringshipping_option_id
null | stringmetadata
null | Record<string, unknown>shipping_option
null | ShippingOptionDTOrequires_shipping
booleanprovider
FulfillmentProviderDTOdelivery_address
FulfillmentAddressDTOitems
FulfillmentItemDTO[]labels
FulfillmentLabelDTO[]created_at
Dateupdated_at
Datedeleted_at
null | Datemarked_shipped_by
null | stringOptionalcreated_by
null | stringOptional