UpdateFulfillmentDTO
The attributes to update in the fulfillment.
location_id
stringThe associated location's ID.
packed_at
null | DateThe date the fulfillment was packed.
shipped_at
null | DateThe date the fulfillment was shipped.
delivered_at
null | DateThe date the fulfillment was delivered.
data
null | Record<string, unknown>The data necessary for the associated fulfillment provider to process the fulfillment.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?