Loading...
Was this page helpful?
This documentation provides a reference to the updateFulfillmentWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow updates a fulfillment. It's used by other workflows that update a fulfillment, such as markFulfillmentAsDeliveredWorkflow.
You can use this workflow within your own customizations or custom workflows, allowing you to update a fulfillment within your custom flows.
Source CodeWorkflow hook
Step conditioned by when
View step details
UpdateFulfillmentWorkflowInput
UpdateFulfillmentWorkflowInputid
stringlocation_id
stringOptionalpacked_at
null | DateOptionalshipped_at
null | DateOptionalmarked_shipped_by
null | stringOptionalcreated_by
null | stringOptionaldelivered_at
null | DateOptionaldata
null | Record<string, unknown>Optionalmetadata
null | Record<string, unknown>OptionalFulfillmentDTO
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