Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

UpdateFulfillmentDTO

The attributes to update in the fulfillment.

Properties

location_idstring
The associated location's ID.
packed_atnull | Date
The date the fulfillment was packed.
shipped_atnull | Date
The date the fulfillment was shipped.
delivered_atnull | Date
The date the fulfillment was delivered.
datanull | Record<string, unknown>
The data necessary for the associated fulfillment provider to process the fulfillment.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
labelsOmit<CreateFulfillmentLabelDTO, "fulfillment_id">[]
The labels associated with the fulfillment.
Was this section helpful?