Skip to main content
Skip to main content

CreateFulfillmentDTO

The fulfillment to be created.

location_idstringRequired
The associated location's ID.
provider_idstringRequired
The associated fulfillment provider's ID.
delivery_addressOmit<CreateFulfillmentAddressDTO, "fulfillment_id">Required
The address associated with the fulfillment. It's used for delivery.
itemsOmit<CreateFulfillmentItemDTO, "fulfillment_id">[]Required
The items associated with the fulfillment.
labelsOmit<CreateFulfillmentLabelDTO, "fulfillment_id">[]Required
The labels associated with the fulfillment.
The associated fulfillment order.
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.
canceled_atnull | Date
The date the fulfillment was canceled.
datanull | Record<string, unknown>
The data necessary for the associated fulfillment provider to process the fulfillment.
shipping_option_idnull | string
The associated shipping option's ID.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?