- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Fulfillment - Fulfillment Module Data Models Reference
This documentation provides a reference to the Fulfillment data model. It belongs to the Fulfillment Module.
id
PrimaryKeyModifier<IdProperty>The ID of the fulfillment.
location_id
TextPropertyThe ID of the location to fulfill items from.
requires_shipping
BooleanPropertyWhether the fulfillment item requires shipping.
The associated items.
The associated labels.
packed_at
DateTimePropertyOptionalThe date the fulfillment items were packed.
shipped_at
DateTimePropertyOptionalThe date the fulfillment items were shipped.
marked_shipped_by
TextPropertyOptionalThe ID of the user that marked this fulfillment as shipped.
created_by
TextPropertyOptionalThe ID of the user that created this fulfillment.
delivered_at
DateTimePropertyOptionalThe date the fulfillment items were delivered.
canceled_at
DateTimePropertyOptionalThe date the fulfillment was canceled.
data
JSONPropertyOptionalThe data of the fulfillment useful for the associated fulfillment provider. Learn more in this documentation
The associated provider.
The associated shipping option.
The associated delivery address.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?