stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentEventStatus

AdminTypes.FulfillmentEventStatus enum

The status that describes a fulfillment or delivery event.

Signature:

export declare enum FulfillmentEventStatus 

Enumeration Members

Member Value Description
AttemptedDelivery "ATTEMPTED_DELIVERY" A delivery was attempted.
Confirmed "CONFIRMED" The fulfillment is confirmed. This is the default value when no other information is available.
Delivered "DELIVERED" The fulfillment was successfully delivered.
Failure "FAILURE" The fulfillment request failed.
InTransit "IN_TRANSIT" The fulfillment is in transit.
LabelPrinted "LABEL_PRINTED" A purchased shipping label has been printed.
LabelPurchased "LABEL_PURCHASED" A shipping label has been purchased.
OutForDelivery "OUT_FOR_DELIVERY" The fulfillment is out for delivery.
ReadyForPickup "READY_FOR_PICKUP" The fulfillment is ready to be picked up.