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 WebhookTracks

response type is different between each carrier. if carrier label is generated via shippo, you will get type same to Transaction object. if not, you will get type same to Tracks object.

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

transaction object property

transaction object property

Returns

DateTime
public DateTime
# getObjectUpdated( )

transaction object property

transaction object property

Returns

DateTime
public ShippoClient\Entity\Location
# getAddressFrom( )

tracks object property

tracks object property

Returns

ShippoClient\Entity\Location
public ShippoClient\Entity\Location
# getAddressTo( )

tracks object property

tracks object property

Returns

ShippoClient\Entity\Location
public ShippoClient\Entity\ServiceLevel
# getServiceLevel( )

tracks object property

tracks object property

Returns

ShippoClient\Entity\ServiceLevel
public ShippoClient\Entity\TrackingStatus
# getTrackingStatus( )

common property

common property

Returns

ShippoClient\Entity\TrackingStatus
public ShippoClient\Entity\TrackingHistory
# getTrackingHistory( )

common property

common property

Returns

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