Wednesday, May 21, 2025
1 change · master
Resolved issues and error corrections
Sendcloud shipping rate requests now include postal codes so zonal carriers can calculate prices correctly. The change also validates incompatible shipping products earlier, helping prevent orders from using the wrong shipping method or bypassing required checks.
Original PR description
The API requests lacked postal codes, causing errors like "no rate available" even when rates could be calculated using zonal logic. Additionally, users weren't receiving errors when an incorrect or zonal shipping product was not selected, allowing the order to bypass proper validation. By always including postal codes, this change ensures correct rate calculations and prevents the selection of incorrect shipping methods or products. task-4461531