Skip to main content
Skip to main content

FulfillmentDTO

The fulfillment details.

idstringRequired
The ID of the fulfillment.
location_idstringRequired
The associated location's ID.
packed_atnull | DateRequired
The date the fulfillment was packed.
shipped_atnull | DateRequired
The date the fulfillment was shipped.
delivered_atnull | DateRequired
The date the fulfillment was delivered.
canceled_atnull | DateRequired
The date the fulfillment was canceled.
datanull | Record<string, unknown>Required
The data necessary for the fulfillment provider to process the fulfillment.
provider_idstringRequired
The associated fulfillment provider's ID.
shipping_option_idnull | stringRequired
The associated shipping option's ID.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
shipping_optionnull | ShippingOptionDTORequired
The associated shipping option.
providerFulfillmentProviderDTORequired
The associated fulfillment provider.
delivery_addressFulfillmentAddressDTORequired
The associated fulfillment address used for delivery.
itemsFulfillmentItemDTO[]Required
The items of the fulfillment.
labelsFulfillmentLabelDTO[]Required
The labels of the fulfillment.
created_atDateRequired
The creation date of the fulfillment.
updated_atDateRequired
The update date of the fulfillment.
deleted_atnull | DateRequired
The deletion date of the fulfillment.
Was this section helpful?