Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 8 of 8

Thread: Canada Post Real Time Shipping

  1. #1
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default Canada Post Real Time Shipping

    Will be in next build...
    AspDotNetStorefront
    Shopping Cart

  2. #2
    Jordan is offline Member
    Join Date
    Feb 2006
    Posts
    42

    Default

    To clarify, are we talking about shipping quotes, or actually creating shipping labels by electronically submitting account + shipment info to Canada Post?

  3. #3
    ASPDNSF Staff - Jon's Avatar
    ASPDNSF Staff - Jon is offline Senior Member
    Join Date
    Sep 2004
    Posts
    11,419

    Default

    Shipping quotes for Sell Online account holders, for domestic, US, and overseas shipping methods. The store must be configured for CAD currency, and weight in kilograms.

    Also, the box-packing algorithm that Sell Online offers is not supported. The box size is determined by the 'Dimensions' field for IsShipSeparately items, or an AppConfig for non-ShipSeparately items.
    Jon Wolthuis

  4. #4
    Jordan is offline Member
    Join Date
    Feb 2006
    Posts
    42

    Default

    OK, thanks for the reply.


    Does anyone know how to go about creating the actual bill of lading using some sort API for Canada Post? I know it's possible at *some* level, as PayPal lets you create shipping labels for Canada Post. Nobody at Canada Post nor IBM's helpdesk for online customers seems to know...

    Cheers,


    Jordan.

  5. #5
    ASPDNSF Staff - Jon's Avatar
    ASPDNSF Staff - Jon is offline Senior Member
    Join Date
    Sep 2004
    Posts
    11,419

    Default

    Canada Post does not offer a public API to generate labels. PayPal evidently worked a deal with them to provide their functionality.

    They do provide a web interface to generate labels. A motivated person might automate that interface by examining the http source, and replicating that functionality in code.
    Jon Wolthuis

  6. #6
    Sean is offline Member
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    90

    Default

    ...does the weight have to be configured only in kilograms?

    Sean.
    /// Sean ///

  7. #7
    ASPDNSF Staff - Jon's Avatar
    ASPDNSF Staff - Jon is offline Senior Member
    Join Date
    Sep 2004
    Posts
    11,419

    Default

    Yes, the Canada Post class enforces this. You must have weights in kg, and currency in CAD, which is what Canada Post expects and replies.
    Jon Wolthuis

  8. #8
    Jordan is offline Member
    Join Date
    Feb 2006
    Posts
    42

    Default

    After sending a scathing email to Canada Post about their lack of online options, I received a reply back with some BS canned response. A few days later, I got a real response from someone letting me know they were about ready to begin testing their web API for creating shipping labels.

    Sweet. Hopefully this will be available soon.