- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FulfillmentDTO
The fulfillment details.
id
stringThe ID of 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.
canceled_at
null | DateThe date the fulfillment was canceled.
data
null | Record<string, unknown>The data necessary for the fulfillment provider to process
the fulfillment.
provider_id
stringThe associated fulfillment provider's ID.
shipping_option_id
null | stringThe associated shipping option's ID.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
shipping_option
null | ShippingOptionDTOThe associated shipping option.
shipping_option
null | ShippingOptionDTOrequires_shipping
booleanFlag to indidcate whether shipping is required
provider
FulfillmentProviderDTOThe associated fulfillment provider.
provider
FulfillmentProviderDTOdelivery_address
FulfillmentAddressDTOThe associated fulfillment address used for delivery.
delivery_address
FulfillmentAddressDTOitems
FulfillmentItemDTO[]The items of the fulfillment.
items
FulfillmentItemDTO[]labels
FulfillmentLabelDTO[]The labels of the fulfillment.
labels
FulfillmentLabelDTO[]created_at
DateThe creation date of the fulfillment.
updated_at
DateThe update date of the fulfillment.
deleted_at
null | DateThe deletion date of the fulfillment.
marked_shipped_by
null | stringOptionalThe id of the user that marked fulfillment as shipped
created_by
null | stringOptionalThe id of the user that created the fulfillment
Was this page helpful?