Skip to content

Releases: thejacer87/php-canadapost-api

Shipping Rates fixes

22 Oct 15:36
1f0f6db
Compare
Choose a tag to compare
Shipping Rates fixes Pre-release
Pre-release
  • Adds contract id functionality
  • returns a single rates as an array of rates to be consistent when returning multiple service rates

Returns, Tracking, Post Office and Service Info API

12 Oct 20:54
Compare
Choose a tag to compare

First release for the SDK

Usable API Services:

  • base methods
    • get()
    • post()
    • delete()
    • getArtifact()
    • getFile()
  • rating
    • getRates()
  • tracking
    • getSummary()
    • getDeliveryConfirmationCertificate()
    • getSignatureImage()
    • getTrackingDetails()
  • ncshipping
    • createNCShipment()
    • getNCShipment() // shipment, details and receipt
    • getNCShipments()
    • requestNCShipmentRefund()
  • shipping
    • createShipment()
    • getShipment() // shipment, details and receipt
    • getShipments()
    • requestShipmentRefund()
    • transmitShipments()
    • getManifest()
    • getManifests()
  • returns
    • createAuthorizedReturn()
    • createOpenReturn()
    • getOpenReturn()
    • getOpenReturnDetails()
    • getNextOpenReturnArtifact()
    • getAllOpenReturns()
    • deleteOpenReturnTemplate()
  • serviceinfo
    • getServiceInfo()
  • postoffice
    • getNearestPostOffice()
    • getPostOfficeDetail()

Services to be implemented:

  • rating
    • getService()
    • getOption()
    • discoverServices()
  • returns
    • getOpenReturnTemplates()
  • shipping
    • getOpenReturnTemplates()
    • voidShipment()
    • getGroup()
  • pickup
    • all methods
  • platforms
    • all methods
  • schema
    • all methods

plz do not use

12 Oct 21:33
2a378ed
Compare
Choose a tag to compare
plz do not use Pre-release
Pre-release

i made a mistake, plz disregard

Rating Service Codes

10 Oct 22:18
b26d45d
Compare
Choose a tag to compare
Rating Service Codes Pre-release
Pre-release
v0.2.1

add ability to filter by service codes (#17)

Shipment/NCShipment API

10 Oct 20:58
27ba7a2
Compare
Choose a tag to compare
Pre-release

Adds the Shipment and NCShipment APIs

Add option codes to shipping rates

17 Aug 19:00
8901d08
Compare
Choose a tag to compare
Pre-release
v0.1.3

Add support for Canada Post option codes (#11)

Bug fixes

08 Aug 20:17
3d6a482
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

removed unnecessary code that was blocking some functionality

Test parsing shipping rates

19 Jul 18:59
7f8bc8c
Compare
Choose a tag to compare
Pre-release

Adds a getRates() test and the corresponding travis.ci setup

Shipping Rates and Tracking Summary

22 Jun 16:40
3285a12
Compare
Choose a tag to compare
Pre-release

First release for the SDK

Usable API Services:

  • rating
    • getRates()
  • tracking
    • getSummary()

Services to be implemented:

  • rating
    • getService()
    • getOption()
    • discoverServices()
  • tracking
    • getDeliveryConfirmationCertificate()
    • getSignatureImage()
    • getTrackingDetails()
  • ncshipping
    • all methods
  • pickup
    • all methods
  • platforms
    • all methods
  • postoffice
    • all methods
  • returns
    • all methods
  • schema
    • all methods
  • serviceinfo
    • all methods
  • shipping
    • all methods