Will be in next build...
To clarify, are we talking about shipping quotes, or actually creating shipping labels by electronically submitting account + shipment info to Canada Post?
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
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.
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
...does the weight have to be configured only in kilograms?
Sean.
/// Sean ///
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
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.