Fulfillment
A Fulfillment is created once an admin can prepare the purchased goods. Fulfillments will eventually be shipped and hold information about how to track shipments. Fulfillments are created through a fulfillment provider, which typically integrates a third-party shipping service. Fulfillments can be associated with orders, claims, swaps, and returns.
Constructors
constructor
**new Fulfillment**()
A Fulfillment is created once an admin can prepare the purchased goods. Fulfillments will eventually be shipped and hold information about how to track shipments. Fulfillments are created through a fulfillment provider, which typically integrates a third-party shipping service. Fulfillments can be associated with orders, claims, swaps, and returns.
Properties
canceled_at
DateRequiredclaim_order_id
stringRequiredcreated_at
DateRequireddata
Record<string, unknown>Requiredid
stringRequiredidempotency_key
stringRequiredlocation_id
null | stringRequiredmetadata
Record<string, unknown>Requiredno_notification
booleanRequiredorder_id
stringRequiredprovider_id
stringRequiredshipped_at
DateRequiredswap_id
stringRequiredtracking_numbers
string[]Requiredupdated_at
DateRequiredMethods
beforeInsert
Private **beforeInsert**(): void
Returns
void
void
void