Interface FulfillmentEvent

Fulfillment event information

interface FulfillmentEvent {
    created_on: string;
    fulfillment_id: number;
    id: number;
    location_id?: number;
    message?: string;
    status: FulfillmentEventType;
}

Properties

created_on: string

Created timestamp

fulfillment_id: number

Fulfillment ID

id: number

Unique identifier

location_id?: number

Location ID

message?: string

Event message

Event status