class Falsify::FulfillmentEvent

The FulfillmentEvent resource represents tracking events that belong to a {Fulfillment} of one or more items in an {Order}. Fulfillment events are displayed on the [order status page](help.shopify.com/en/manual/orders/status-tracking/customize-status-tracking) to update customers on the status of their shipment. See the [API documentation](help.shopify.com/en/api/reference/shipping-and-fulfillment/fulfillmentevent).

Attributes

address1[RW]

The street address where the fulfillment event occurred. @return [String]

city[RW]

The city where the fulfillment event occurred. @return [String]

country[RW]

The country where the fulfillment event occurred. @return [String]

created_at[RW]

The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the fulfillment event was created. @return [String]

estimated_delivery_at[RW]

The estimated delivery date based on the fulfillment's tracking number, as long as it's provided by one of the following carriers: USPS, FedEx, UPS, or Canada Post (Canada only). Value is `null` if no tracking number is available or if the tracking number is from an unsupported carrier. This property is available only when [carrier calculated rates](/manual/shipping/rates-and-methods/custom-calculated-rates) are in use.' @return [String,nil]

fulfillment_id[RW]

An ID for the fulfillment that's associated with the fulfillment event. @return [String]

happened_at[RW]

The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the fulfillment event occurred. @return [String]

id[RW]

An ID for the fulfillment event. @return [String]

latitude[RW]

A geographic coordinate specifying the latitude of the fulfillment event. @return [String]

longitude[RW]

A geographic coordinate specifying the longitude of the fulfillment event. @return [String]

message[RW]

An arbitrary message describing the status. Can be provided by a shipping carrier. @return [String]

order_id[RW]

The ID of the order that's associated with the fulfillment event. @return [String]

province[RW]

The province where the fulfillment event occurred. @return [String]

shop_id[RW]

An ID for the shop that's associated with the fulfillment event. @return [String]

updated_at[RW]

The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the fulfillment event was updated. @return [String]

zip[RW]

The zip code of the location where the fulfillment event occurred. @return [String]