Skip to main content

Class: Fulfillment

internal.Fulfillment

Base abstract entity for all entities

Hierarchy

Properties

beforeInsert

PrivateCopy to Clipboard beforeInsert: anyCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:26


canceled_at

canceled_at: DateCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:23


claim_order

claim_order: ClaimOrderCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:10


claim_order_id

claim_order_id: stringCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:9


created_at

created_at: DateCopy to Clipboard

Inherited from

BaseEntity.created_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:6


data

data: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

medusa/dist/models/fulfillment.d.ts:21


id

id: stringCopy to Clipboard

Inherited from

BaseEntity.id

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:5


idempotency_key

idempotency_key: stringCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:25


items

items: FulfillmentItemCopy to Clipboard[]

Defined in

medusa/dist/models/fulfillment.d.ts:18


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

medusa/dist/models/fulfillment.d.ts:24


no_notification

no_notification: booleanCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:15


order

order: OrderCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:14


order_id

order_id: stringCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:13


provider

provider: FulfillmentProviderCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:17


provider_id

provider_id: stringCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:16


shipped_at

shipped_at: DateCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:22


swap

swap: SwapCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:12


swap_id

swap_id: stringCopy to Clipboard

Defined in

medusa/dist/models/fulfillment.d.ts:11


tracking_links: TrackingLinkCopy to Clipboard[]

Defined in

medusa/dist/models/fulfillment.d.ts:19


tracking_numbers

tracking_numbers: stringCopy to Clipboard[]

Defined in

medusa/dist/models/fulfillment.d.ts:20


updated_at

updated_at: DateCopy to Clipboard

Inherited from

BaseEntity.updated_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:7

Was this page helpful?