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_atDateRequiredclaim_order_idstringRequiredcreated_atDateRequireddataRecord<string, unknown>RequiredidstringRequiredidempotency_keystringRequiredlocation_idnull | stringRequiredmetadataRecord<string, unknown>Requiredno_notificationbooleanRequiredorder_idstringRequiredprovider_idstringRequiredshipped_atDateRequiredswap_idstringRequiredtracking_numbersstring[]Requiredupdated_atDateRequiredMethods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoid