Overview

Namespaces

  • ShippoClient
    • Entity
    • Http
      • Request
        • Addresses
        • Parcels
        • Shipments
        • Transactions
      • Response
        • Exception

Classes

  • Address
  • AddressCollection
  • EntityCollection
  • Location
  • ObjectInformation
  • Parcel
  • ParcelCollection
  • Rate
  • RateCollection
  • Refund
  • RefundCollection
  • ServiceLevel
  • Shipment
  • ShipmentCollection
  • TrackingHistory
  • TrackingStatus
  • Tracks
  • Transaction
  • TransactionCollection
  • WebhookTracks
  • Overview
  • Namespace
  • Class

Class TrackingStatus

ShippoClient\Entity\TrackingStatus uses TurmericSpice\ReadableAttributes (not available)
Namespace: ShippoClient\Entity
Located at Entity/TrackingStatus.php
Methods summary
public DateTime
# getObjectCreated( )

Date and time of object creation.

Date and time of object creation.

Returns

DateTime
public DateTime
# getObjectUpdated( )

Date and time of last object update.

Date and time of last object update.

Returns

DateTime
public string
# getObjectId( )

Unique identifier of the given object.

Unique identifier of the given object.

Returns

string
public string
# getStatus( )

Package status. - "UNKNOWN" The package has not been found via the carrier's tracking system, or it has been found but not yet scanned by the carrier. - "TRANSIT" The package has been scanned by the carrier and is in transit. - "DELIVERED" The package has been successfully delivered. - "RETURNED" The package is en route to be returned to the sender, or has been returned successfully. - "FAILURE" The carrier indicated that there has been an issue with the delivery. This can happen for various reasons and depends on the carrier. This status does not indicate a technical error, but rather a delivery issue.

Package status. - "UNKNOWN" The package has not been found via the carrier's tracking system, or it has been found but not yet scanned by the carrier. - "TRANSIT" The package has been scanned by the carrier and is in transit. - "DELIVERED" The package has been successfully delivered. - "RETURNED" The package is en route to be returned to the sender, or has been returned successfully. - "FAILURE" The carrier indicated that there has been an issue with the delivery. This can happen for various reasons and depends on the carrier. This status does not indicate a technical error, but rather a delivery issue.

Returns

string
public ShippoClient\Entity\Location
# getLocation( )

Returns

ShippoClient\Entity\Location
public
# toArray( )
API documentation generated by ApiGen