You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Canada Post manifesting process in Karrio has several critical issues impacting usability and functionality. These issues affect both the manifest generation and shipment selection process.
Steps to Reproduce:
Submit a manifest with multiple shipments via the Canada Post integration.
Attempt to view the manifest feedback and download the PDF.
Use multiple Canada Post accounts and attempt to create manifests for shipments belonging to different accounts.
Try to generate a manifest for more than 20 shipments on the current GUI setup.
Issues:
No Feedback on Successful Manifest Submission:
After successfully submitting a manifest, there is no feedback provided to the user in the GUI. This lack of confirmation leaves users uncertain if the manifest was processed correctly.
Manifest PDF Fails to Load (Blank PDF):
Upon attempting to view the manifest PDF, the PDF does not load and appears blank. The issue arises from the URL generated for the PDF, which should be fetched using the following API call:
GET https://soa-gw.canadapost.ca/rs/{{canada_post_cust_number}}/{{canada_post_cust_number}}/manifest/{{canada_post_manifest_id}}
This returns a list of artifact URLs,
Account Selection Issue for Manifest Creation:
For users with multiple Canada Post accounts, the system consistently uses the same account to create the manifest, regardless of which account the shipments belong to. This is problematic for businesses managing multiple Canada Post accounts and results in inability to create manifests.
Record Limitation and Bulk Manifest Generation:
The current GUI setup allows for a maximum of 20 records per page, limiting users to creating manifests with only up to 20 shipments at a time. This limitation is restrictive, especially when users need to manifest a larger batch of shipments. Additionally, there is no clear option to distinguish/filter shipments by Canada Post account in the GUI, making it difficult to manage shipments from different accounts in bulk.
Expected Behavior:
Users should receive clear feedback in the GUI after a manifest is successfully submitted.
The manifest PDF should load properly and not return a blank page.
The system should correctly select the appropriate Canada Post account for shipments when creating manifests, instead of defaulting to a single account.
The GUI should allow users to select more than 20 shipments for manifest generation, and users should be able to distinguish shipments by account when generating manifests.
The text was updated successfully, but these errors were encountered:
adding, perhaps also allow submitting manifest by group ID, Canada post actually recommends it this way, so instead of selecting unique shipments select group id and it will automatically include all shipments with that group id
Description:
The current Canada Post manifesting process in Karrio has several critical issues impacting usability and functionality. These issues affect both the manifest generation and shipment selection process.
Steps to Reproduce:
Issues:
No Feedback on Successful Manifest Submission:
After successfully submitting a manifest, there is no feedback provided to the user in the GUI. This lack of confirmation leaves users uncertain if the manifest was processed correctly.
Manifest PDF Fails to Load (Blank PDF):
Upon attempting to view the manifest PDF, the PDF does not load and appears blank. The issue arises from the URL generated for the PDF, which should be fetched using the following API call:
This returns a list of artifact URLs,
Account Selection Issue for Manifest Creation:
For users with multiple Canada Post accounts, the system consistently uses the same account to create the manifest, regardless of which account the shipments belong to. This is problematic for businesses managing multiple Canada Post accounts and results in inability to create manifests.
Record Limitation and Bulk Manifest Generation:
The current GUI setup allows for a maximum of 20 records per page, limiting users to creating manifests with only up to 20 shipments at a time. This limitation is restrictive, especially when users need to manifest a larger batch of shipments. Additionally, there is no clear option to distinguish/filter shipments by Canada Post account in the GUI, making it difficult to manage shipments from different accounts in bulk.
Expected Behavior:
The text was updated successfully, but these errors were encountered: