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
The street address where the fulfillment event occurred. @return [String]
The city where the fulfillment event occurred. @return [String]
The country where the fulfillment event occurred. @return [String]
The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the fulfillment event was created. @return [String]
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]
An ID for the fulfillment that's associated with the fulfillment event. @return [String]
The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the fulfillment event occurred. @return [String]
An ID for the fulfillment event. @return [String]
A geographic coordinate specifying the latitude of the fulfillment event. @return [String]
A geographic coordinate specifying the longitude of the fulfillment event. @return [String]
An arbitrary message describing the status. Can be provided by a shipping carrier. @return [String]
The ID of the order that's associated with the fulfillment event. @return [String]
The province where the fulfillment event occurred. @return [String]
An ID for the shop that's associated with the fulfillment event. @return [String]
The date and time ([ISO 8601](en.wikipedia.org/wiki/ISO_8601) format) when the fulfillment event was updated. @return [String]
The zip code of the location where the fulfillment event occurred. @return [String]