FulfillmentDTO
The fulfillment details.
id
stringRequiredThe ID of the fulfillment.
location_id
stringRequiredThe associated location's ID.
packed_at
null | DateRequiredThe date the fulfillment was packed.
shipped_at
null | DateRequiredThe date the fulfillment was shipped.
delivered_at
null | DateRequiredThe date the fulfillment was delivered.
canceled_at
null | DateRequiredThe date the fulfillment was canceled.
data
null | Record<string, unknown>RequiredThe data necessary for the fulfillment provider to process
the fulfillment.
provider_id
stringRequiredThe associated fulfillment provider's ID.
shipping_option_id
null | stringRequiredThe associated shipping option's ID.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
The associated shipping option.
The associated fulfillment provider.
The associated fulfillment address used for delivery.
The items of the fulfillment.
The labels of the fulfillment.
created_at
DateRequiredThe creation date of the fulfillment.
updated_at
DateRequiredThe update date of the fulfillment.
deleted_at
null | DateRequiredThe deletion date of the fulfillment.
Was this section helpful?